summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in1
-rw-r--r--version.h2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 19dc1d6b0b..15b53f6832 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 15 14:04:39 2013 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * Makefile.in (miniruby): 1.9.3 doesn't have POSTLINK macro.
+ reported by Takahiro Kambe at [ruby-list:49362].
+
Wed May 15 01:06:26 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* include/ruby/intern.h: should include sys/time.h for struct timeval
diff --git a/Makefile.in b/Makefile.in
index 9c25d24729..41ea4122e8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -169,7 +169,6 @@ $(PROGRAM):
@$(RM) $@
$(ECHO) linking $@
$(Q) $(PURIFY) $(CC) $(LDFLAGS) $(XLDFLAGS) $(MAINOBJ) $(EXTOBJS) $(LIBRUBYARG) $(MAINLIBS) $(LIBS) $(OUTFLAG)$@
- $(Q) $(POSTLINK)
# We must `rm' the library each time this rule is invoked because "updating" a
# MAB library on Apple/NeXT (see --enable-fat-binary in configure) is not
diff --git a/version.h b/version.h
index ce6aee09f7..25a528eb0b 100644
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.3"
-#define RUBY_PATCHLEVEL 429
+#define RUBY_PATCHLEVEL 430
#define RUBY_RELEASE_DATE "2013-05-15"
#define RUBY_RELEASE_YEAR 2013