preparations for 2.0.0 release
This commit is contained in:
parent
40eb650c44
commit
5e16878f8c
3 changed files with 6 additions and 3 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,1.0cvs)
|
||||
AM_INIT_AUTOMAKE(llcon,2.0.0)
|
||||
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
|
|
@ -39,7 +39,10 @@ llcon_SOURCES = ../src/buffer.cpp \
|
|||
../src/llconserverdlgbase.ui \
|
||||
../src/clientsettingsdlgbase.ui \
|
||||
../src/aboutdlgbase.ui \
|
||||
sound.h
|
||||
sound.h \
|
||||
../src/resources.qrc \
|
||||
../src/mainicon.png \
|
||||
../src/gig.png
|
||||
|
||||
# these need to be generated before the rest can be compiled
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
// version and application name (always use this version)
|
||||
#undef VERSION
|
||||
#define VERSION "2.0.0cvs"
|
||||
#define VERSION "2.0.0"
|
||||
#define APP_NAME "llcon"
|
||||
|
||||
// file name for logging file
|
||||
|
|
Loading…
Reference in a new issue