From 95f1e5086c15aecc974f53be77edae3df0be15bd Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Thu, 28 Dec 2006 11:09:09 +0000 Subject: [PATCH] update version numbers for new release (0.9.9) --- configure.in | 2 +- src/global.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 33f48bcf..e45bf43b 100755 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) AC_INIT(src/main.cpp) -AM_INIT_AUTOMAKE(llcon,0.9.5cvs) +AM_INIT_AUTOMAKE(llcon,0.9.9) AM_CONFIG_HEADER(config.h) diff --git a/src/global.h b/src/global.h index bba702d2..22c73c2c 100755 --- a/src/global.h +++ b/src/global.h @@ -42,7 +42,7 @@ /* version and application name (always use this version) */ #undef VERSION -#define VERSION "0.9.9cvs" +#define VERSION "0.9.9" #define APP_NAME "llcon"