diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index dd43df4e43..a0ee8910c4 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,13 @@ +2011-12-13 Ramon Novoa + + * pandoradb_data.sql, + DEBIAN/control, + DEBIAN/make_deb_package.sh, + include/config_process.php, + install.php, + pandora_console.spec: Fixed version strings (were wrong + in the previous commit). + 2011-12-13 Ramon Novoa * pandoradb_data.sql, diff --git a/pandora_console/DEBIAN/control b/pandora_console/DEBIAN/control index 4b3ad99bf0..3ea90d0e9a 100644 --- a/pandora_console/DEBIAN/control +++ b/pandora_console/DEBIAN/control @@ -1,5 +1,5 @@ package: pandorafms-console -Version: final +Version: 4.0.1 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 57cfe83f6e..19bcf06d15 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="final" +pandora_version="4.0.1" package_pear=0 package_pandora=1 diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index 196df3287d..312a679f4f 100644 --- a/pandora_console/include/config_process.php +++ b/pandora_console/include/config_process.php @@ -23,7 +23,7 @@ * Pandora build version and version */ $build_version = 'PC111213'; -$pandora_version = 'vfinal'; +$pandora_version = 'v4.0.1'; date_default_timezone_set("Europe/Berlin"); diff --git a/pandora_console/install.php b/pandora_console/install.php index 22fb2d7887..3f06749446 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -66,7 +66,7 @@ function ChangeDBAction(causer) {