------------------------------------------------------------
revno: 997
committer: Jon Phillips <[email protected]>
branch nick: public
timestamp: Fri 2012-01-06 18:12:36 +0800
message:
no we are not on 0.9 yet! need to fix the revno part too so we can accurately
track what the hell version we are using on an aiki installation
modified:
bootstrap.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 'bootstrap.php'
--- bootstrap.php 2012-01-05 18:48:50 +0000
+++ bootstrap.php 2012-01-06 10:12:36 +0000
@@ -24,8 +24,11 @@
* When the MINOR number changes, the FIX number should reset to zero.
* When the MAJOR number changes, the MINOR number should reset to zero.
* When the MAJOR number is zero, this indicates an alpha or beta type
- * release. Each number can, but should probably not exceed 99 */
-define('AIKI_VERSION','0.9');
+ * release. Each number can, but should probably not exceed 99
+ * @TODO: Need to integrat the bzr revno into this after the X.X.X.REVNO
+ * since bassel nuked it because he didn't understand it.
+ */
+define('AIKI_VERSION','0.8.25');
/**
* Used to test for script access
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help : https://help.launchpad.net/ListHelp