diff options
author | Michael Adam <obnox@samba.org> | 2008-02-11 12:50:03 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-13 01:40:11 +0100 |
commit | 38b92adebcbd30975dcc9977822ff305f324ef2d (patch) | |
tree | e02b7132fd265a1522f702605aac23a939b43d88 /source3/lib/talloc/config.mk | |
parent | defae9b5016c7bb33a374c6ac49a6625cf72a35b (diff) | |
download | samba-38b92adebcbd30975dcc9977822ff305f324ef2d.tar.gz samba-38b92adebcbd30975dcc9977822ff305f324ef2d.tar.bz2 samba-38b92adebcbd30975dcc9977822ff305f324ef2d.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
(cherry picked from commit 1c14c457bea75fb3055712547cca501e8ef3fc20)
(This used to be commit 0d9ae82f51302c9755b6e50f1df88eb2a079f12a)
Diffstat (limited to 'source3/lib/talloc/config.mk')
-rw-r--r-- | source3/lib/talloc/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/talloc/config.mk b/source3/lib/talloc/config.mk index 16b5063f87..9e949f900f 100644 --- a/source3/lib/talloc/config.mk +++ b/source3/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 |