no need to have offset = 1
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 27 Feb 2008 15:50:04 +0000 (15:50 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Wed, 27 Feb 2008 15:50:04 +0000 (15:50 +0000)
XXX: assuming move to lbjp-common, would bring nasty things if kept in security

org.glite.security.gsoap-plugin/Makefile

index 34590c3..c034e8c 100644 (file)
@@ -25,7 +25,7 @@ GSPLUGIN_DEBUG?=no
 GSPLUGIN_VERSION_CHECKING?=yes
 
 
-offset=1
+offset=0
 version_info:=-version-info ${shell \
        perl -e '$$,=":"; @F=split "\\.","${version}"; print $$F[0]+$$F[1]+${offset},$$F[2],$$F[1]' }