Version bumped to 1.1.
authorshort <>
Thu, 3 Jun 1999 11:48:18 +0000 (11:48 +0000)
committershort <>
Thu, 3 Jun 1999 11:48:18 +0000 (11:48 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 7817928..117e67c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,5 @@ MobilDock SMS sender NEWS
 
 $Id$
 
-1.0: Initial release.
-  Currently unimplemented:
-    Logging
-    Several timeouts during communication
-    Giveup on too long lock-wait
+1.1: Stabilization release
+  All currently known defects have been fixed.
index 9fe174b..9dbecfe 100644 (file)
@@ -1,13 +1,16 @@
 # $Id$
 #
 # $Log$
+# Revision 1.2  1999/06/03 11:48:18  short
+# Version bumped to 1.1.
+#
 # Revision 1.1.1.1  1999/05/26 13:06:26  short
 # First alpha release.
 #
 
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(mdsms.c)
-AM_INIT_AUTOMAKE(mdsms, 1.0)
+AM_INIT_AUTOMAKE(mdsms, 1.1)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE