From 270725688f3fdefb69cf7ef1f8f9e7c0222c6cdc Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 28 Jan 2006 11:49:15 +0000 Subject: [PATCH] new version number for development --- configure.in | 2 +- src/global.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 0df728d7..8aac9025 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.1) +AM_INIT_AUTOMAKE(llcon,0.9.2cvs) AM_CONFIG_HEADER(config.h) diff --git a/src/global.h b/src/global.h index 3690c373..1be219e5 100755 --- a/src/global.h +++ b/src/global.h @@ -42,7 +42,7 @@ /* version and application name */ #ifndef VERSION -# define VERSION "0.9.1" +# define VERSION "0.9.2cvs" #endif #define APP_NAME "llcon"