Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Edits for server build 36962, version 3.1.0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenOtis committed Jul 27, 2015
1 parent 05b9f6f commit b6636f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/kernel/bootstrap/Globals.rb
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@
# RUBY_PLATFORM is installed in RubyContext>>_initTransient:
RUBY_VERSION = '1.9.3'
# Note - the packager modifies the date on any line starting with RUBY_RELEASE_DATE
RUBY_RELEASE_DATE = '2015-07-20'
RUBY_RELEASE_DATE = '2015-07-27'
RUBY_PATCHLEVEL = 327
RUBY_DESCRIPTION = 'ruby 1.9.3 (maglev patchlevel 327)'
RUBY_COPYRIGHT = 'ruby - Copyright (C) 1993-2010 Yukihiro Matsumoto; maglev additions Copyright(C) 2009-2010 GemStone Systems Inc.'

VERSION = '1.2Alpha7'
VERSION = '1.2Alpha8'

MAGLEV_VERSION = VERSION # per Trac 901

Expand Down
2 changes: 1 addition & 1 deletion src/kernel/parser/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ifeq "$(GEMSTONE)" ""
else
ICU_INCL := -I$(GEMSTONE)/../../icu/source/common
endif
GSVERSION := 3.1.0.2.3-64
GSVERSION := 3.1.0.2.4-64

CC := /usr/bin/g++
COPTIMIZE_FLAGS := -O3 -g -Wuninitialized
Expand Down
6 changes: 3 additions & 3 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
maglev 1.2Alpha7 (ruby 1.9) (2015-07-20 rev 1.2Alpha7-36916)
GEMSTONE: gss64_maglev_1_9_branch-36916
Mon Jul 20, 15:00:00 PDT 2015
maglev 1.2Alpha8 (ruby 1.9) (2015-07-27 rev 1.2Alpha8-36962)
GEMSTONE: gss64_maglev_1_9_branch-36962
Mon Jul 27, 09:54:00 PDT 2015

0 comments on commit b6636f5

Please sign in to comment.