next cvs version
This commit is contained in:
parent
329cf6e31f
commit
29eb59d464
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
3.1.1
|
||||
|
||||
-
|
||||
|
||||
|
||||
3.1.0
|
||||
|
||||
- support for MacOS (using CoreAudio audio interface)
|
||||
|
|
|
@ -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,3.1.0)
|
||||
AM_INIT_AUTOMAKE(llcon,3.1.1cvs)
|
||||
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
// version and application name (always use this version)
|
||||
#undef VERSION
|
||||
#define VERSION "3.1.0"
|
||||
#define VERSION "3.1.1cvs"
|
||||
#define APP_NAME "llcon"
|
||||
|
||||
// file name for logging file
|
||||
|
|
Loading…
Reference in a new issue