updated the version info (only the changelog will need to be modified
when the final release is built)
This commit is contained in:
parent
585066183f
commit
c9774fd0b0
|
@ -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$)
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
campcaster (1.1.1+1.2.0a2-1) dapper; urgency=low
|
||||
|
||||
* 1.2.0 second alpha release
|
||||
|
||||
-- Ferenc Gerlits <fgerlits@campware.org> Sun, 28 Jan 2007 17:45:29 +0100
|
||||
|
||||
|
||||
campcaster (1.1.1-2) dapper; urgency=low
|
||||
|
||||
* 1.1.1 final release, corrected packages
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue