2009-12-16 Raul Mateos <raulofpandora@gmail.com>
* include/config_process.php, DEBIAN/make_deb_package.sh: Preparing release changing version to final. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2206 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
bb46924bf6
commit
0246f61498
|
@ -1,3 +1,8 @@
|
|||
2009-12-16 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* include/config_process.php, DEBIAN/make_deb_package.sh: Preparing
|
||||
release changing version to final.
|
||||
|
||||
2009-12-16 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/modules/manage_network_components.php: fix re-duplicate modules
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue