diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 15bfd0f279..dd43df4e43 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,12 @@ +2011-12-13 Ramon Novoa + + * pandoradb_data.sql, + DEBIAN/control, + DEBIAN/make_deb_package.sh, + include/config_process.php, + install.php, + pandora_console.spec: Updated version strings. + 2011-12-13 Sergio Martin * include/functions_users.php: Change the get user groups diff --git a/pandora_console/DEBIAN/control b/pandora_console/DEBIAN/control index 36b1701e0e..4b3ad99bf0 100644 --- a/pandora_console/DEBIAN/control +++ b/pandora_console/DEBIAN/control @@ -1,5 +1,5 @@ package: pandorafms-console -Version: 4.0 +Version: final Architecture: all Priority: optional Section: admin diff --git a/pandora_console/DEBIAN/make_deb_package.sh b/pandora_console/DEBIAN/make_deb_package.sh index 282a298040..57cfe83f6e 100644 --- a/pandora_console/DEBIAN/make_deb_package.sh +++ b/pandora_console/DEBIAN/make_deb_package.sh @@ -14,7 +14,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -pandora_version="4.0" +pandora_version="final" package_pear=0 package_pandora=1 diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index 620bbb38e4..196df3287d 100644 --- a/pandora_console/include/config_process.php +++ b/pandora_console/include/config_process.php @@ -22,8 +22,8 @@ /** * Pandora build version and version */ -$build_version = 'PC110923'; -$pandora_version = 'v4.0'; +$build_version = 'PC111213'; +$pandora_version = 'vfinal'; date_default_timezone_set("Europe/Berlin"); diff --git a/pandora_console/install.php b/pandora_console/install.php index 83d58c732b..22fb2d7887 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -66,8 +66,8 @@ function ChangeDBAction(causer) {