incremented the version number to 1.3.0

This commit is contained in:
fgerlits 2007-10-31 10:52:41 +00:00
parent 424e3b139c
commit 104e55cc28
5 changed files with 11 additions and 4 deletions

View File

@ -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$)

View File

@ -1,3 +1,10 @@
campcaster (1.3.0-1) dapper; urgency=low
* 1.3.0 release
-- Ferenc Gerlits <fgerlits@campware.org> Wed, 31 Oct 2007 11:45:50 +0100
campcaster (1.2.0-1) dapper; urgency=low
* 1.2.0 release

View File

@ -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.

View File

@ -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.

View File

@ -1,4 +1,4 @@
<?php
define('CAMPCASTER_VERSION', '1.2.0');
define('CAMPCASTER_VERSION', '1.3.0');
define('CAMPCASTER_COPYRIGHT_DATE', '2006-2007');
?>