incremented the version number to 1.3.0
This commit is contained in:
parent
424e3b139c
commit
104e55cc28
|
@ -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$)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
define('CAMPCASTER_VERSION', '1.2.0');
|
||||
define('CAMPCASTER_VERSION', '1.3.0');
|
||||
define('CAMPCASTER_COPYRIGHT_DATE', '2006-2007');
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue