changeset 1534:44f107175820

*** empty log message ***
author stever <stever>
date Sun, 01 Jun 2003 20:30:51 +0000
parents f1dc556330aa
children a64f55084ccf
files NEWS TODO configure.in
diffstat 3 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
-        New in Release 1.1-1
-        --------------------
+	        New in Release 1.2
+        	------------------
 
-* Added the ability to easily create binary packages.
+* Add ability to easily create binary packages.
+
 
 		New in Release 1.1
 		------------------
--- a/TODO
+++ b/TODO
@@ -1,3 +1,6 @@
 * check addition in rev 1.72 of volume_io/Volumes/volumes.c
 
 * remove the old build system's Makefiles from CVS
+
+* Add "-version" flag to all executables.
+
--- a/configure.in
+++ b/configure.in
@@ -3,10 +3,10 @@
 AC_INIT
 AC_CONFIG_SRCDIR([libsrc/minc.h])
 AC_CONFIG_AUX_DIR(ac_config_aux)
-AM_INIT_AUTOMAKE(minc, 1.1-1)
+AM_INIT_AUTOMAKE(minc, 1.2)
 AM_CONFIG_HEADER([config.h])
 
-AC_REVISION($Revision: 6.9 $)
+AC_REVISION($Revision: 6.10 $)
 
 AC_PROG_INSTALL
 AC_PROG_LN_S