From e98e7d87619324fe2bc5f83c6a6a9aab8962fbe1 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 4 Dec 2006 17:36:36 +0000 Subject: [PATCH] Update version number --- campcaster/CREDITS | 2 +- campcaster/README | 4 ++-- campcaster/etc/configure.ac | 2 +- campcaster/etc/doxygen.config | 2 +- campcaster/src/modules/htmlUI/etc/configure.ac | 2 +- campcaster/src/modules/htmlUI/var/ui_conf.php | 4 ++-- campcaster/src/modules/htmlUI/var/ui_conf.php.template | 4 ++-- campcaster/src/modules/storageServer/var/conf.php | 2 +- campcaster/src/modules/storageServer/var/conf.php.template | 2 +- campcaster/src/products/gLiveSupport/etc/configure.ac | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/campcaster/CREDITS b/campcaster/CREDITS index e75ed9253..364cc8eb0 100644 --- a/campcaster/CREDITS +++ b/campcaster/CREDITS @@ -1,4 +1,4 @@ -Version 1.1.0 +Version 1.1.X ------------- Ferenc Gerlits (fgerlits@campware.org) - Studio GUI, scheduler, packaging diff --git a/campcaster/README b/campcaster/README index 33b691446..23577a6b6 100644 --- a/campcaster/README +++ b/campcaster/README @@ -8,7 +8,7 @@ in one integrated system. Campcaster has three audio outputs: one for live broadcasting, one for previewing audio, and one for automated scheduled playback. -Some features of Campcaster: +Major features of Campcaster: * Live, in-studio playout. Campcaster Studio enables station personnel to play out both individual sound files and playlists such as advertising blocks or entire programs. @@ -26,7 +26,7 @@ Some features of Campcaster: have a searchable, browseable central archive that is accessible both in the office and via the web. * Solid, fast playback. Campcaster uses the popular Gstreamer - multimedia framework under Linux for clean, reliable, fast playback. + multimedia framework for clean, reliable, fast playback. * Program sharing. Stations can share both playlists and files with a designated, centralized 'network hub.' This enables the creation of 'virtual radio networks' connected via the Internet. diff --git a/campcaster/etc/configure.ac b/campcaster/etc/configure.ac index 1298f9103..eaa6587c5 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.0, bugs@campware.org) +AC_INIT(Campcaster, 1.1.1, 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/doxygen.config b/campcaster/etc/doxygen.config index 2d67b0c96..3f09ef128 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.0 +PROJECT_NUMBER = 1.1.1 # 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/htmlUI/etc/configure.ac b/campcaster/src/modules/htmlUI/etc/configure.ac index f75ef3b3b..a492e3664 100644 --- a/campcaster/src/modules/htmlUI/etc/configure.ac +++ b/campcaster/src/modules/htmlUI/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(HtmlUI, 1.1.0, bugs@campware.org) +AC_INIT(HtmlUI, 1.1.1, 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/src/modules/htmlUI/var/ui_conf.php b/campcaster/src/modules/htmlUI/var/ui_conf.php index 609d57db4..6801a7bf7 100644 --- a/campcaster/src/modules/htmlUI/var/ui_conf.php +++ b/campcaster/src/modules/htmlUI/var/ui_conf.php @@ -12,8 +12,8 @@ if (UI_DEBUG) { } -define('UI_VERSION', 'Campcaster 1.1.0'); -define('UI_VERSION_FULLNAME', 'Campcaster 1.1.0'); +define('UI_VERSION', 'Campcaster 1.1.1'); +define('UI_VERSION_FULLNAME', 'Campcaster 1.1.1'); define('UI_TESTSTREAM_MU3_TMP', 'img/listen.m3u'); // Local settings diff --git a/campcaster/src/modules/htmlUI/var/ui_conf.php.template b/campcaster/src/modules/htmlUI/var/ui_conf.php.template index c833b4e7d..7b0a71864 100644 --- a/campcaster/src/modules/htmlUI/var/ui_conf.php.template +++ b/campcaster/src/modules/htmlUI/var/ui_conf.php.template @@ -11,8 +11,8 @@ if (UI_DEBUG) { error_reporting(E_ALL); } -define('UI_VERSION', 'Campcaster 1.1.0'); -define('UI_VERSION_FULLNAME', 'Campcaster 1.1.0'); +define('UI_VERSION', 'Campcaster 1.1.1'); +define('UI_VERSION_FULLNAME', 'Campcaster 1.1.1'); define('UI_TESTSTREAM_MU3_TMP', 'img/listen.m3u'); ## Scheduler diff --git a/campcaster/src/modules/storageServer/var/conf.php b/campcaster/src/modules/storageServer/var/conf.php index d88bcef33..43e8f2b86 100644 --- a/campcaster/src/modules/storageServer/var/conf.php +++ b/campcaster/src/modules/storageServer/var/conf.php @@ -7,7 +7,7 @@ */ -define('CAMPCASTER_VERSION', '1.1.0'); +define('CAMPCASTER_VERSION', '1.1.1'); /** * configuration structure: diff --git a/campcaster/src/modules/storageServer/var/conf.php.template b/campcaster/src/modules/storageServer/var/conf.php.template index e27fcec9e..6df12b94a 100644 --- a/campcaster/src/modules/storageServer/var/conf.php.template +++ b/campcaster/src/modules/storageServer/var/conf.php.template @@ -5,7 +5,7 @@ * @version $Revision$ */ -define('CAMPCASTER_VERSION', '1.1.0'); +define('CAMPCASTER_VERSION', '1.1.1'); /** * configuration structure: diff --git a/campcaster/src/products/gLiveSupport/etc/configure.ac b/campcaster/src/products/gLiveSupport/etc/configure.ac index 512ef5cd4..10fe005d3 100644 --- a/campcaster/src/products/gLiveSupport/etc/configure.ac +++ b/campcaster/src/products/gLiveSupport/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-Studio, 1.1.0, bugs@campware.org) +AC_INIT(Campcaster-Studio, 1.1.1, bugs@campware.org) AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (c) 2004 Media Development Loan Fund under the GNU GPL]) AC_REVISION($Revision$)