Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Johansen <christian@gitorious.com>2013-01-29 08:17:05 (GMT)
committer Christian Johansen <christian@gitorious.com>2013-01-29 08:19:01 (GMT)
commit82ba04bbe1c436ffa3bd89462258505d608262aa (patch)
tree0463b22091dd90d0ed85bb8607c8b848b7b1a2d6
parentffdd8e31ab600618274e617913f8f49b16ad8a8d (diff)
Gitorious 2.4.6
This releases fixes vulnerability CVE-2013-0333
-rw-r--r--lib/gitorious.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitorious.rb b/lib/gitorious.rb
index b383289..2880d02 100644
--- a/lib/gitorious.rb
+++ b/lib/gitorious.rb
@@ -1,6 +1,6 @@
# encoding: utf-8
#--
-# Copyright (C) 2011 Gitorious AS
+# Copyright (C) 2011-2013 Gitorious AS
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
@@ -16,5 +16,5 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#++
module Gitorious
- VERSION = "2.4.5"
+ VERSION = "2.4.6"
end