diff options
author | Michael Adam <obnox@samba.org> | 2008-02-11 12:50:03 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-11 15:07:47 +0100 |
commit | fee4ba14c04e25f459723d87114cd9779f9c2f11 (patch) | |
tree | 7d5491001f4f32778cf1e872b6813ee81f75a821 /source4/lib/talloc | |
parent | a275310bcba62343a759ee7578929eca866fc759 (diff) | |
download | samba-fee4ba14c04e25f459723d87114cd9779f9c2f11.tar.gz samba-fee4ba14c04e25f459723d87114cd9779f9c2f11.tar.xz samba-fee4ba14c04e25f459723d87114cd9779f9c2f11.zip |
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
(This used to be commit 1c14c457bea75fb3055712547cca501e8ef3fc20)
Diffstat (limited to 'source4/lib/talloc')
-rw-r--r-- | source4/lib/talloc/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/talloc/config.mk b/source4/lib/talloc/config.mk index 16b5063f87..9e949f900f 100644 --- a/source4/lib/talloc/config.mk +++ b/source4/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 |