Index: ChangeLog ================================================================== --- ChangeLog +++ ChangeLog @@ -1,5 +1,10 @@ +2004-12-22 Pat Thoyts + + * configure.in: Incremented minor version to 1.5.1 + * configure: + 2004-12-17 Pat Thoyts * win/makefile.vc: Added the MSVC build system (from the Tcl * win/rules.vc: sampleextension). * win/nmakehlp.c: Index: configure ================================================================== --- configure +++ configure @@ -265,12 +265,12 @@ : ${ac_max_here_lines=38} # Identity of this package. PACKAGE_NAME='tls' PACKAGE_TARNAME='tls' -PACKAGE_VERSION='1.5.0' -PACKAGE_STRING='tls 1.5.0' +PACKAGE_VERSION='1.5.1' +PACKAGE_STRING='tls 1.5.1' PACKAGE_BUGREPORT='' # Factoring default headers for most tests. ac_includes_default="\ #include Index: configure.in ================================================================== --- configure.in +++ configure.in @@ -9,18 +9,18 @@ dnl to use the RSA BSAFE libraries for any product developed for dnl commercial use. Licensing information for BSAFE SSL-C may be dnl obtained from RSA Data Scurity Inc., San Mateo, California, USA. dnl Their home page on the web is "www.rsasecurity.com". # -# RCS: @(#) $Id: configure.in,v 1.19 2004/06/29 10:38:38 patthoyts Exp $ +# RCS: @(#) $Id: configure.in,v 1.20 2004/12/23 01:26:02 patthoyts Exp $ #-------------------------------------------------------------------- # macro used to verify that the configure script can find the sources #-------------------------------------------------------------------- -AC_INIT([tls], [1.5.0]) +AC_INIT([tls], [1.5.1]) TEA_INIT([3.0]) AC_CONFIG_AUX_DIR(tclconfig)