From 3d9af460e9b61f934d057a4843c19a88cee4e348 Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 14 Jul 1999 01:02:51 +0000 Subject: [PATCH] Version bumped to 1.2. --- NEWS | 5 +++-- configure.in | 5 ++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 117e67c..5130256 100644 --- a/NEWS +++ b/NEWS @@ -3,5 +3,6 @@ MobilDock SMS sender NEWS $Id$ -1.1: Stabilization release - All currently known defects have been fixed. +1.2: Stabilization release + Compatibility problem with Digital UNIX 4.0 termios fixed, + all currently known defects have been fixed. diff --git a/configure.in b/configure.in index 9dbecfe..4abb731 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,9 @@ # $Id$ # # $Log$ +# Revision 1.3 1999/07/14 01:02:51 short +# Version bumped to 1.2. +# # Revision 1.2 1999/06/03 11:48:18 short # Version bumped to 1.1. # @@ -10,7 +13,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(mdsms.c) -AM_INIT_AUTOMAKE(mdsms, 1.1) +AM_INIT_AUTOMAKE(mdsms, 1.2) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- 1.8.3.1