aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2013-04-03 16:53:12 +0100
committerMark Longair <mhl@pobox.com>2013-04-03 16:53:12 +0100
commit17a57230ef056e8550861149defbac0f4b7c39b7 (patch)
tree820a820a9ebaff87991070a8a12c58a75868d19b
parentb0805449fbac2900450795310f2f1ea4a78abe37 (diff)
Bump ALAVETELI_VERSION to 0.10 (should be the first Rails 3 version)
One of the mechanisms by which the correct version of a theme to use is chosen is by checking whether there's a tag in the the theme repository that matches the ALAVETELI_VERSION. Since the themes need to have code changes for Rails 3, it makes sense to define a version number to be the first Rails 3 version so that we can work on this branch and have working versions of themes installed.
-rw-r--r--config/initializers/alaveteli.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb
index 06d05563b..35d486837 100644
--- a/config/initializers/alaveteli.rb
+++ b/config/initializers/alaveteli.rb
@@ -10,7 +10,7 @@ load "debug_helpers.rb"
load "util.rb"
# Application version
-ALAVETELI_VERSION = '0.8'
+ALAVETELI_VERSION = '0.10'
# Add new inflection rules using the following format
# (all these examples are active by default):