update version numbers for new release (0.9.9)
This commit is contained in:
parent
8b6fcff32a
commit
95f1e5086c
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.5cvs)
|
||||
AM_INIT_AUTOMAKE(llcon,0.9.9)
|
||||
|
||||
|
||||
AM_CONFIG_HEADER(config.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"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue