Skip to content

Commit e916ab4

Browse files
author
yamaken
committed
* include/gcroots.h
* configure.ac - Increase version to 0.1.2 * Makefile.am - (EXTRA_DIST): Remove unneeded default-added files
1 parent 943192e commit e916ab4

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ dist_noinst_SCRIPTS = configure.host
193193
# documentation which is not installed
194194
#
195195
#EXTRA_DIST += README.QUICK
196-
EXTRA_DIST += README COPYING ChangeLog
197196

198197
# other makefiles
199198
# :GOTCHA: deliberately we do not include 'Makefile'

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.0alpha7,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.1.1, [uim@freedesktop.org], [libgcroots])
24+
AC_INIT([gcroots], 0.1.2, [uim@freedesktop.org], [libgcroots])
2525
AC_CONFIG_SRCDIR(include/private/gcroots_priv.h)
2626
AC_CANONICAL_TARGET
2727
AC_PREREQ(2.53)

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 (1)
26-
#define GCROOTS_VERSION_PATCHLEVEL (1)
26+
#define GCROOTS_VERSION_PATCHLEVEL (2)
2727
#define GCROOTS_API_REVISION (0)
2828

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

0 commit comments

Comments
 (0)