From dbf9ca6540c99eeefd3821ef2d3a00cfba765950 Mon Sep 17 00:00:00 2001 From: Guillaume Morin Date: Wed, 2 Jan 2002 20:07:50 +0000 Subject: [PATCH] changed the name of the dev version to ease Debian package stuff --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 7f58311..dce52a4 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.3-dev +VERSION=1.3.2pre3 AM_INIT_AUTOMAKE(stow, $VERSION) AC_SUBST(PACKAGE) AC_SUBST(VERSION)