Author: jelmer Date: 2007-05-26 16:56:54 +0000 (Sat, 26 May 2007) New Revision: 23158
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23158 Log: Set version to 1.0.1. Modified: branches/SAMBA_4_0/source/lib/talloc/configure.ac Changeset: Modified: branches/SAMBA_4_0/source/lib/talloc/configure.ac =================================================================== --- branches/SAMBA_4_0/source/lib/talloc/configure.ac 2007-05-26 16:55:08 UTC (rev 23157) +++ branches/SAMBA_4_0/source/lib/talloc/configure.ac 2007-05-26 16:56:54 UTC (rev 23158) @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT(talloc, 1.0) +AC_INIT(talloc, 1.0.1) AC_CONFIG_SRCDIR([talloc.c]) AC_SUBST(datarootdir) AC_CONFIG_HEADER(config.h)