Skip to content

Commit 8c31bbb

Browse files
author
ek.kato
committed
* include/gcroots.h
* configure.ac - Post release version bump.
1 parent 35a1b00 commit 8c31bbb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce configure.
2121
dnl AC_INIT(gc,7.0,Hans.Boehm@hp.com)
2222
dnl ## version must conform to [0-9]+[.][0-9]+(alpha[0-9]+)?
2323
dnl AC_CONFIG_SRCDIR(gcj_mlc.c)
24-
AC_INIT([gcroots], [0.2.2], [sigscheme-ja@googlegroups.com], [libgcroots])
24+
AC_INIT([gcroots], [0.2.3], [sigscheme-ja@googlegroups.com], [libgcroots])
2525
AC_CONFIG_SRCDIR(include/private/gcroots_priv.h)
2626
AC_CANONICAL_TARGET
2727
AC_PREREQ(2.60b)

include/gcroots.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extern "C" {
2323

2424
#define GCROOTS_VERSION_MAJOR (0)
2525
#define GCROOTS_VERSION_MINOR (2)
26-
#define GCROOTS_VERSION_PATCHLEVEL (2)
26+
#define GCROOTS_VERSION_PATCHLEVEL (3)
2727
#define GCROOTS_API_REVISION (1)
2828

2929
#define GCROOTS_VERSION_REQUIRE(major, minor, patchlevel) \

0 commit comments

Comments
 (0)