From: František Dvořák Date: Tue, 17 Apr 2012 09:02:45 +0000 (+0000) Subject: Compensate the library major version bump after there were accidentally fixed library... X-Git-Tag: glite-px-proxyrenewal_R_1_3_25_2~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=0a83b128f4f22df170a5b229d8648738444fce22;p=jra1mw.git Compensate the library major version bump after there were accidentally fixed library versioning. --- diff --git a/org.glite.px.proxyrenewal/Makefile b/org.glite.px.proxyrenewal/Makefile index a9da394..9de1b85 100644 --- a/org.glite.px.proxyrenewal/Makefile +++ b/org.glite.px.proxyrenewal/Makefile @@ -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]' }