Compensate the library major version bump after there were accidentally fixed library...
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 17 Apr 2012 09:02:45 +0000 (09:02 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 17 Apr 2012 09:02:45 +0000 (09:02 +0000)
org.glite.px.proxyrenewal/Makefile

index a9da394..9de1b85 100644 (file)
@@ -74,7 +74,7 @@ CFLAGS:= ${CFLAGS} ${DEBUG} \
        -I${glite_location}/include \
         -DLOCAL_PX_COMPILE=1
 
-offset=1
+offset=0
 version_info:=-version-info ${shell \
        perl -e '$$,=":"; @F=split "\\.","${version}"; print $$F[0]+$$F[1]+${offset},$$F[2],$$F[1]' }