new version number for further development

This commit is contained in:
Volker Fischer 2006-12-28 11:31:13 +00:00
parent d680e9a595
commit e7551ca1a4
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_INIT(src/main.cpp)
AM_INIT_AUTOMAKE(llcon,0.9.9)
AM_INIT_AUTOMAKE(llcon,1.0cvs)
AM_CONFIG_HEADER(config.h)

View File

@ -42,7 +42,7 @@
/* version and application name (always use this version) */
#undef VERSION
#define VERSION "0.9.9"
#define VERSION "1.0cvs"
#define APP_NAME "llcon"