From 04786bf9b020c60b4177ea195ebc02a86b972eda Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Fri, 6 Jan 2012 13:15:59 +0000 Subject: [PATCH] Fix the version number This is version 2.3.3-pre1 and not 2.3.3 as mentioned in the configuration script! --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index dbde3e9..33aa9d2 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([sarg],[2.3.3]) +AC_INIT([sarg],[2.3.3-pre1]) AC_CONFIG_SRCDIR([log.c]) AC_CONFIG_AUX_DIR(cfgaux) -- 2.47.2