From 0ffef1809a8a0b1c82ed4fd339ac32624c2a3c4e Mon Sep 17 00:00:00 2001 From: Guillaume Morin Date: Sat, 5 Jan 2002 15:13:40 +0000 Subject: [PATCH] 1.3.3 release --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index dce52a4..1c292ed 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Process this file with Autoconf to produce configure AC_INIT(stow.in) PACKAGE=stow -VERSION=1.3.2pre3 +VERSION=1.3.3 AM_INIT_AUTOMAKE(stow, $VERSION) AC_SUBST(PACKAGE) AC_SUBST(VERSION)