------------------------------------------------------------
revno: 1175
committer: Roger Martin <[email protected]>
branch nick: aikiframework
timestamp: Wed 2012-04-25 16:28:52 +0200
message:
  fixed bug 965121 Notice 'undefined constant AIKI_VERSION' from installer
modified:
  assets/apps/installer/installer.php


--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk

Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to 
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'assets/apps/installer/installer.php'
--- assets/apps/installer/installer.php	2012-02-21 20:12:26 +0000
+++ assets/apps/installer/installer.php	2012-04-25 14:28:52 +0000
@@ -75,7 +75,7 @@
  */
 
 if ( !defined("AIKI_VERSION") ) {
-	define(AIKI_VERSION,"0.8.24");
+	define("AIKI_VERSION","0.9.0.1");
 }
 
 // patch for IIS.

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to