diff --git a/campcaster/src/modules/alib/etc/configure.ac b/campcaster/src/modules/alib/etc/configure.ac index f425ca21b..e67882229 100644 --- a/campcaster/src/modules/alib/etc/configure.ac +++ b/campcaster/src/modules/alib/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(Alib, 1.1.0, bugs@campware.org) +AC_INIT(Alib, 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/archiveServer/etc/configure.ac b/campcaster/src/modules/archiveServer/etc/configure.ac index 84b3b7a80..cd231fdca 100644 --- a/campcaster/src/modules/archiveServer/etc/configure.ac +++ b/campcaster/src/modules/archiveServer/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(ArchiveServer, 1.1.0, bugs@campware.org) +AC_INIT(ArchiveServer, 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/archiveServer/var/conf.php.template b/campcaster/src/modules/archiveServer/var/conf.php.template index a489aa1b0..7a4fb472d 100644 --- a/campcaster/src/modules/archiveServer/var/conf.php.template +++ b/campcaster/src/modules/archiveServer/var/conf.php.template @@ -12,7 +12,7 @@ * @link http://www.campware.org */ -define('CAMPCASTER_VERSION', '1.1.0'); +define('CAMPCASTER_VERSION', '1.1.1'); /** * configuration structure: diff --git a/campcaster/src/modules/authentication/etc/configure.ac b/campcaster/src/modules/authentication/etc/configure.ac index 9f63ef80f..7b22d34bd 100644 --- a/campcaster/src/modules/authentication/etc/configure.ac +++ b/campcaster/src/modules/authentication/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(Authentication, 1.1.0, bugs@campware.org) +AC_INIT(Authentication, 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/core/etc/configure.ac b/campcaster/src/modules/core/etc/configure.ac index b49ba6d7b..e7b4d144f 100644 --- a/campcaster/src/modules/core/etc/configure.ac +++ b/campcaster/src/modules/core/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(Core, 1.1.0, bugs@campware.org) +AC_INIT(Core, 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/db/etc/configure.ac b/campcaster/src/modules/db/etc/configure.ac index bcc711fd2..819b2ec79 100644 --- a/campcaster/src/modules/db/etc/configure.ac +++ b/campcaster/src/modules/db/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(Db, 1.1.0, bugs@campware.org) +AC_INIT(Db, 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/eventScheduler/etc/configure.ac b/campcaster/src/modules/eventScheduler/etc/configure.ac index e2cd9fa84..7e6748b5c 100644 --- a/campcaster/src/modules/eventScheduler/etc/configure.ac +++ b/campcaster/src/modules/eventScheduler/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(EventScheduler, 1.1.0, bugs@campware.org) +AC_INIT(EventScheduler, 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/getid3/etc/configure.ac b/campcaster/src/modules/getid3/etc/configure.ac index 8c278209e..f15340eb6 100644 --- a/campcaster/src/modules/getid3/etc/configure.ac +++ b/campcaster/src/modules/getid3/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(GetId3, 1.1.0, bugs@campware.org) +AC_INIT(GetId3, 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/gstreamerElements/etc/configure.ac b/campcaster/src/modules/gstreamerElements/etc/configure.ac index f11dd8df1..6fdacd64a 100644 --- a/campcaster/src/modules/gstreamerElements/etc/configure.ac +++ b/campcaster/src/modules/gstreamerElements/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(GstreamerElements, 1.1.0, bugs@campware.org) +AC_INIT(GstreamerElements, 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/playlistExecutor/etc/configure.ac b/campcaster/src/modules/playlistExecutor/etc/configure.ac index 16124940d..044245789 100644 --- a/campcaster/src/modules/playlistExecutor/etc/configure.ac +++ b/campcaster/src/modules/playlistExecutor/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(PlaylistExecutor, 1.1.0, bugs@campware.org) +AC_INIT(PlaylistExecutor, 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/schedulerClient/etc/configure.ac b/campcaster/src/modules/schedulerClient/etc/configure.ac index 85c250683..f26056d04 100644 --- a/campcaster/src/modules/schedulerClient/etc/configure.ac +++ b/campcaster/src/modules/schedulerClient/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(StorageClient, 1.1.0, bugs@campware.org) +AC_INIT(StorageClient, 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/storageAdmin/etc/configure.ac b/campcaster/src/modules/storageAdmin/etc/configure.ac index 72f818571..dbd0f8b59 100644 --- a/campcaster/src/modules/storageAdmin/etc/configure.ac +++ b/campcaster/src/modules/storageAdmin/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(StorageAdmin, 1.1.0, bugs@campware.org) +AC_INIT(StorageAdmin, 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/storageClient/etc/configure.ac b/campcaster/src/modules/storageClient/etc/configure.ac index 8ea0cf5ef..213ac31c6 100644 --- a/campcaster/src/modules/storageClient/etc/configure.ac +++ b/campcaster/src/modules/storageClient/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(StorageClient, 1.1.0, bugs@campware.org) +AC_INIT(StorageClient, 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/storageServer/etc/configure.ac b/campcaster/src/modules/storageServer/etc/configure.ac index d78fa15af..af18cb91f 100644 --- a/campcaster/src/modules/storageServer/etc/configure.ac +++ b/campcaster/src/modules/storageServer/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(StorageServer, 1.1.0, bugs@campware.org) +AC_INIT(StorageServer, 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/widgets/etc/configure.ac b/campcaster/src/modules/widgets/etc/configure.ac index ef2c8aac4..9ecf116f0 100644 --- a/campcaster/src/modules/widgets/etc/configure.ac +++ b/campcaster/src/modules/widgets/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(Widgets, 1.1.0, bugs@campware.org) +AC_INIT(Widgets, 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/products/scheduler/etc/configure.ac b/campcaster/src/products/scheduler/etc/configure.ac index a84013492..b45473863 100644 --- a/campcaster/src/products/scheduler/etc/configure.ac +++ b/campcaster/src/products/scheduler/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-Scheduler, 1.1.0, bugs@campware.org) +AC_INIT(Campcaster-Scheduler, 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$)