diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-09 17:14:01 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-09 17:14:01 +0200 |
commit | a45f33f277e4fa1288808c75a5fbb5e50c835b60 (patch) | |
tree | 64c6fbe13cfea031e319081658944780bddfffba /source4/param | |
parent | 5c3e4797b68a6ecffd2eeafe1152da1f3cea344d (diff) | |
download | samba-a45f33f277e4fa1288808c75a5fbb5e50c835b60.tar.gz samba-a45f33f277e4fa1288808c75a5fbb5e50c835b60.tar.bz2 samba-a45f33f277e4fa1288808c75a5fbb5e50c835b60.zip |
Fix so version of hostconfig library.
(This used to be commit 62322f302fc92703cce1142bad17349987341cb6)
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/config.mk b/source4/param/config.mk index 064c293fa4..b4182480a9 100644 --- a/source4/param/config.mk +++ b/source4/param/config.mk @@ -1,6 +1,6 @@ [LIBRARY::LIBSAMBA-HOSTCONFIG] VERSION = 0.0.1 -SO_VERSION = 1 +SO_VERSION = 0 OBJ_FILES = loadparm.o \ generic.o \ util.o \ |