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

Commit

Permalink
Edit for server build 36916 version 3.1.0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenOtis committed Jul 20, 2015
1 parent 04d9eb6 commit 05b9f6f
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-07'
RUBY_RELEASE_DATE = '2015-07-20'
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.2Alpha6'
VERSION = '1.2Alpha7'

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.2-64
GSVERSION := 3.1.0.2.3-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.2Alpha6 (ruby 1.9) (2015-07-07 rev 1.2Alpha5-36816)
GEMSTONE: gss64_maglev_1_9_branch-36816
Tue Jul 7, 14:02:41 PDT 2015
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

0 comments on commit 05b9f6f

Please sign in to comment.