diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index cafa6b467d..973834b0c0 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2009-12-16 Raul Mateos + + * include/config_process.php, DEBIAN/make_deb_package.sh: Preparing + release changing version to final. + 2009-12-16 Miguel de Dios * godmode/modules/manage_network_components.php: fix re-duplicate modules diff --git a/pandora_console/DEBIAN/make_deb_package.sh b/pandora_console/DEBIAN/make_deb_package.sh index 2d2f41d04e..9167031807 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_console_version="3.0.0.RC3" +pandora_console_version="3.0.0" echo "Test if you have all the needed tools to make the packages." whereis dpkg-deb | cut -d":" -f2 | grep dpkg-deb > /dev/null diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index 8fc8ec80a6..2b8c6ca404 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 = 'PC091207'; -$pandora_version = 'v3.0RC3-dev'; +$build_version = 'PC091216'; +$pandora_version = 'v3.0'; /* Help to debug problems. Override global PHP configuration */