Makefile.in: Reuse version from configure.ac

Otherwise they get out of sync
This commit is contained in:
Felipe Sateler
2015-11-19 23:49:50 -03:00
parent 5e79513e5a
commit 262fe5a2d1

View File

@@ -4,7 +4,7 @@
STATICLIB = libstk.a
SHAREDLIB = @sharedlib@
MAJOR = 4
RELEASE = 4.4.4
RELEASE = @PACKAGE_VERSION@
AR = ar -rsc
RM = /bin/rm
@@ -114,4 +114,4 @@ clean :
$(RM) -fR *.dSYM
distclean: clean
$(RM) Makefile
$(RM) Makefile