From: short <> Date: Thu, 3 Jun 1999 11:48:18 +0000 (+0000) Subject: Version bumped to 1.1. X-Git-Tag: bp_sms9110~10 X-Git-Url: https://git.jankratochvil.net/?p=mdsms.git;a=commitdiff_plain;h=f9d71caf5253c9c07e0b379282dee98e97a49db5;ds=sidebyside Version bumped to 1.1. --- diff --git a/NEWS b/NEWS index 7817928..117e67c 100644 --- 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. diff --git a/configure.in b/configure.in index 9fe174b..9dbecfe 100644 --- a/configure.in +++ b/configure.in @@ -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