Update version number
This commit is contained in:
parent
6990e0e9e8
commit
e98e7d8761
|
@ -1,4 +1,4 @@
|
|||
Version 1.1.0
|
||||
Version 1.1.X
|
||||
-------------
|
||||
Ferenc Gerlits (fgerlits@campware.org)
|
||||
- Studio GUI, scheduler, packaging
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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$)
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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$)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
|
||||
define('CAMPCASTER_VERSION', '1.1.0');
|
||||
define('CAMPCASTER_VERSION', '1.1.1');
|
||||
|
||||
/**
|
||||
* configuration structure:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* @version $Revision$
|
||||
*/
|
||||
|
||||
define('CAMPCASTER_VERSION', '1.1.0');
|
||||
define('CAMPCASTER_VERSION', '1.1.1');
|
||||
|
||||
/**
|
||||
* configuration structure:
|
||||
|
|
|
@ -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$)
|
||||
|
|
Loading…
Reference in New Issue