From c9774fd0b0ccb51179e2151dc5763daa0a40f3f0 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Sun, 28 Jan 2007 16:49:22 +0000 Subject: [PATCH] updated the version info (only the changelog will need to be modified when the final release is built) --- campcaster/etc/configure.ac | 2 +- campcaster/etc/debian/changelog | 7 +++++++ campcaster/etc/doxygen.config | 2 +- campcaster/etc/xmlrpc-doxygen.config | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/campcaster/etc/configure.ac b/campcaster/etc/configure.ac index 0d433b8ac..d762e203f 100644 --- a/campcaster/etc/configure.ac +++ b/campcaster/etc/configure.ac @@ -32,7 +32,7 @@ dnl This is due to the fact that configure spreads a lot of trash around, dnl like atom4te cache directories, config.* files, etc. into the directory dnl it is being run from. We clearly don't want these in our base directory. dnl----------------------------------------------------------------------------- -AC_INIT(Campcaster, 1.1.1, bugs@campware.org) +AC_INIT(Campcaster, 1.2.0, bugs@campware.org) AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (c) 2004 Media Development Loan Fund under the GNU GPL]) AC_REVISION($Revision$) diff --git a/campcaster/etc/debian/changelog b/campcaster/etc/debian/changelog index 00c07ee65..10916f244 100644 --- a/campcaster/etc/debian/changelog +++ b/campcaster/etc/debian/changelog @@ -1,3 +1,10 @@ +campcaster (1.1.1+1.2.0a2-1) dapper; urgency=low + + * 1.2.0 second alpha release + + -- Ferenc Gerlits Sun, 28 Jan 2007 17:45:29 +0100 + + campcaster (1.1.1-2) dapper; urgency=low * 1.1.1 final release, corrected packages diff --git a/campcaster/etc/doxygen.config b/campcaster/etc/doxygen.config index 3f09ef128..3a9c6ee8d 100644 --- a/campcaster/etc/doxygen.config +++ b/campcaster/etc/doxygen.config @@ -50,7 +50,7 @@ PROJECT_NAME = Campcaster # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.1.1 +PROJECT_NUMBER = 1.2.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/campcaster/etc/xmlrpc-doxygen.config b/campcaster/etc/xmlrpc-doxygen.config index 90f96b93a..8e3f44d74 100644 --- a/campcaster/etc/xmlrpc-doxygen.config +++ b/campcaster/etc/xmlrpc-doxygen.config @@ -50,7 +50,7 @@ PROJECT_NAME = "Campcaster XML-RPC Interface" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.1.1 +PROJECT_NUMBER = 1.2.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.