From: mdw Date: Thu, 18 Jun 1998 15:15:45 +0000 (+0000) Subject: Set version number properly. D'oh. X-Git-Tag: 1.3.3~21 X-Git-Url: https://git.distorted.org.uk/~mdw/become/commitdiff_plain/b24e27eacb16e9a94f9c310ac2c2bbb3b27f4c76?hp=2449e5a6e1a1c300e7f0780a04757533d4a52864 Set version number properly. D'oh. --- diff --git a/configure.in b/configure.in index 9a4bfe8..382aa5a 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl -*-fundamental-*- dnl -dnl $Id: configure.in,v 1.15 1998/06/18 15:11:36 mdw Exp $ +dnl $Id: configure.in,v 1.16 1998/06/18 15:15:45 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.16 1998/06/18 15:15:45 mdw +dnl Set version number properly. D'oh. +dnl dnl Revision 1.15 1998/06/18 15:11:36 mdw dnl Change patchlevel. Check for @sigprocmask@, for improved @noise__shell@ dnl function. @@ -83,7 +86,7 @@ dnl AC_INIT(src/icrypt.c) AC_CONFIG_HEADER(config.h) PACKAGE=become -VERSION=1.3.1 +VERSION=1.3.2 AC_DEFINE(VERSION, "1.3.2 (18 June 1998)") AC_SUBST(PACKAGE) AC_SUBST(VERSION)