From: Michael Adam Date: Mon, 11 Feb 2008 11:50:03 +0000 (+0100) Subject: Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same. X-Git-Tag: samba-3.3.0pre1~3467^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d9ae82f51302c9755b6e50f1df88eb2a079f12a;p=thirdparty%2Fsamba.git Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same. Not sure if we can produce one from the other, so I manually made them equal for now. Michael (cherry picked from commit 1c14c457bea75fb3055712547cca501e8ef3fc20) --- diff --git a/source/lib/talloc/config.mk b/source/lib/talloc/config.mk index 16b5063f87b..9e949f900f6 100644 --- a/source/lib/talloc/config.mk +++ b/source/lib/talloc/config.mk @@ -1,5 +1,5 @@ [LIBRARY::LIBTALLOC] -VERSION = 1.0.0 +VERSION = 1.1.0 SO_VERSION = 1 OBJ_FILES = talloc.o PC_FILE = talloc.pc