From 0a83b128f4f22df170a5b229d8648738444fce22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 17 Apr 2012 09:02:45 +0000 Subject: [PATCH] Compensate the library major version bump after there were accidentally fixed library versioning. --- org.glite.px.proxyrenewal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]' } -- 1.8.2.3