aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2011-10-28 23:23:57 +0200
committerAlex Legler <a3li@gentoo.org>2011-10-28 23:23:57 +0200
commit693ddc30eade1d4302b6062fb91a51b460e78836 (patch)
tree4cde3b1466f887051615e1c2dfe71f5878db7426
parentDon't output * in the resolution. These don't work with emerge (diff)
downloadglsamaker-693ddc30eade1d4302b6062fb91a51b460e78836.tar.gz
glsamaker-693ddc30eade1d4302b6062fb91a51b460e78836.tar.bz2
glsamaker-693ddc30eade1d4302b6062fb91a51b460e78836.zip
Let's call this GLSAMaker 2.0 \o/2.0
-rw-r--r--config/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index fdd1354..dc20617 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -4,6 +4,6 @@ require File.expand_path('../application', __FILE__)
# Initialize the rails application
Glsamaker::Application.initialize!
-GLSAMAKER_VERSION="1.9-git"
+GLSAMAKER_VERSION="2.0"
require 'digest/md5' \ No newline at end of file