update version numbers for new release (0.9.9)

This commit is contained in:
Volker Fischer 2006-12-28 11:09:09 +00:00
parent 8b6fcff32a
commit 95f1e5086c
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.5cvs)
AM_INIT_AUTOMAKE(llcon,0.9.9)
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.9cvs"
#define VERSION "0.9.9"
#define APP_NAME "llcon"