new version number for development

This commit is contained in:
Volker Fischer 2006-03-10 21:31:45 +00:00
parent b73c57f76a
commit f13b3029a7
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.4)
AM_INIT_AUTOMAKE(llcon,0.9.5cvs)
AM_CONFIG_HEADER(config.h)

View file

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