new version number for development

This commit is contained in:
Volker Fischer 2006-01-28 11:49:15 +00:00
parent eb3cc1a6f6
commit 270725688f
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50) AC_PREREQ(2.50)
AC_INIT(src/main.cpp) AC_INIT(src/main.cpp)
AM_INIT_AUTOMAKE(llcon,0.9.1) AM_INIT_AUTOMAKE(llcon,0.9.2cvs)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)

View file

@ -42,7 +42,7 @@
/* version and application name */ /* version and application name */
#ifndef VERSION #ifndef VERSION
# define VERSION "0.9.1" # define VERSION "0.9.2cvs"
#endif #endif
#define APP_NAME "llcon" #define APP_NAME "llcon"