From 807f387062263030a375b17db3a50b1db0f6118b Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Thu, 26 Nov 2009 10:14:29 -0800 Subject: [PATCH] 1.3.2rc1 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index a0240a6ae..098914ef6 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_REVISION($Revision$) AC_PREREQ(2.62) test -z "$CFLAGS" && CFLAGS="-g" -AC_INIT([Heimdal],[1.3.1],[heimdal-bugs@h5l.org]) +AC_INIT([Heimdal],[1.3.2rc1],[heimdal-bugs@h5l.org]) AC_CONFIG_SRCDIR([kuser/kinit.c]) AC_CONFIG_HEADERS(include/config.h) AC_CONFIG_MACRO_DIR([cf]) -- 2.11.4.GIT