new version number for development
This commit is contained in:
parent
eb3cc1a6f6
commit
270725688f
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue