diff --git a/campcaster/etc/configure.ac b/campcaster/etc/configure.ac index 7e38bafad..5e5a11e57 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.2.0, bugs@campware.org) +AC_INIT(Campcaster, 1.3.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 8c7c14303..52d903a35 100644 --- a/campcaster/etc/debian/changelog +++ b/campcaster/etc/debian/changelog @@ -1,3 +1,10 @@ +campcaster (1.3.0-1) dapper; urgency=low + + * 1.3.0 release + + -- Ferenc Gerlits Wed, 31 Oct 2007 11:45:50 +0100 + + campcaster (1.2.0-1) dapper; urgency=low * 1.2.0 release diff --git a/campcaster/etc/doxygen.config b/campcaster/etc/doxygen.config index 3a9c6ee8d..3de78ad51 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.2.0 +PROJECT_NUMBER = 1.3.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 8e3f44d74..7caf0773e 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.2.0 +PROJECT_NUMBER = 1.3.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/src/modules/storageServer/var/campcaster_version.php b/campcaster/src/modules/storageServer/var/campcaster_version.php index fa078c33e..4fd949684 100644 --- a/campcaster/src/modules/storageServer/var/campcaster_version.php +++ b/campcaster/src/modules/storageServer/var/campcaster_version.php @@ -1,4 +1,4 @@