Skip to content

Commit

Permalink
Bump version to 2012.01 and upgrade RubyGems to 1.8.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jan 20, 2012
1 parent 8cb6efa commit 5b8cd67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distro/tasks.rb
Expand Up @@ -11,7 +11,7 @@
$1 $1
end end
DISTDIR = "ruby-enterprise-#{VENDOR_RUBY_VERSION}-#{REE_VERSION}" DISTDIR = "ruby-enterprise-#{VENDOR_RUBY_VERSION}-#{REE_VERSION}"
RUBYGEMS_URL = "http://rubyforge.org/frs/download.php/74343/rubygems-1.5.3.tgz" RUBYGEMS_URL = "http://rubyforge.org/frs/download.php/75711/rubygems-1.8.15.tgz"
RUBYGEMS_PACKAGE = RUBYGEMS_URL.sub(/.*\//, '') RUBYGEMS_PACKAGE = RUBYGEMS_URL.sub(/.*\//, '')


def create_fakeroot def create_fakeroot
Expand Down
2 changes: 1 addition & 1 deletion version.c
Expand Up @@ -26,7 +26,7 @@ const int ruby_patchlevel = RUBY_PATCHLEVEL;
const char *ruby_description; const char *ruby_description;
const char *ruby_copyright; const char *ruby_copyright;


#define REE_VERSION "2011.12" #define REE_VERSION "2012.01"


void void
Init_version() Init_version()
Expand Down

0 comments on commit 5b8cd67

Please sign in to comment.