From: mdw Date: Mon, 8 Jun 1998 11:22:16 +0000 (+0000) Subject: Step version number and date. X-Git-Tag: 1.3.3~28 X-Git-Url: https://git.distorted.org.uk/~mdw/become/commitdiff_plain/b1b19a1e337128ed7b4256e05946574c5b70f868 Step version number and date. --- diff --git a/configure.in b/configure.in index 787d501..f6cabe7 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl -*-fundamental-*- dnl -dnl $Id: configure.in,v 1.13 1998/04/23 13:34:10 mdw Exp $ +dnl $Id: configure.in,v 1.14 1998/06/08 11:22:16 mdw Exp $ dnl dnl Source for auto configuration for `become' dnl @@ -28,6 +28,9 @@ dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl----- Revision history --------------------------------------------------- dnl dnl $Log: configure.in,v $ +dnl Revision 1.14 1998/06/08 11:22:16 mdw +dnl Step version number and date. +dnl dnl Revision 1.13 1998/04/23 13:34:10 mdw dnl Release version. dnl @@ -76,8 +79,8 @@ dnl AC_INIT(src/icrypt.c) AC_CONFIG_HEADER(config.h) PACKAGE=become -VERSION=1.3 -AC_DEFINE(VERSION, "1.3 (23 April 1998)") +VERSION=1.3.1 +AC_DEFINE(VERSION, "1.3.1 (8 June 1998)") AC_SUBST(PACKAGE) AC_SUBST(VERSION)