Bump version to 7.4.0; change policy regarding version numbers gc7_4_0
authorIvan Maidanski <ivmai@mail.ru>
Sun, 17 Nov 2013 09:40:36 +0000 (13:40 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 17 Nov 2013 16:05:25 +0000 (20:05 +0400)
commit4c4054f156d264a2c657b7fee24c85e0142f9091
treec2bb7f876da3a554796b2c06068b547228109afa
parent6d09ad11189adb9edf87b02094590ad6b6f0db29
Bump version to 7.4.0; change policy regarding version numbers

* ChangeLog: Update.
* README.md: Bump version.
* configure.ac (AC_INIT): Likewise.
* include/gc_version.h (GC_TMP_VERSION_MINOR): Likewise.
* alloc.c (GC_version, GC_get_version): Replace GC_TMP_ALPHA_VERSION
with GC_VERSION_MICRO.
* doc/debugging.html: Remove comment about "alpha" versions.
* doc/overview.html: Likewise.
* include/gc.h (GC_get_version): Update comment.
* include/gc_version.h (GC_NOT_ALPHA): Remove.
* include/gc_version.h (GC_TMP_ALPHA_VERSION): Replace with
GC_TMP_VERSION_MICRO; add comment about policy.
* m4/gc_set_version.m4 (GC_ALPHA_VERSION): Replace with
GC_VERSION_MICRO; update comments; adjust version format test.
* tests/test.c (GC_ALPHA_VERSION): Remove.
* tools/add_gc_prefix.c (GC_ALPHA_VERSION): Likewise.
* tools/gcname.c (GC_ALPHA_VERSION): Likewise.
* tests/test.c (CHECH_GCLIB_VERSION): Replace GC_ALPHA_VERSION with
GC_VERSION_MICRO.
* tools/add_gc_prefix.c (main): Replace "gc%d.%d[alpha%d]" print
format with "gc-%d.%d.%d" one.
* tools/gcname.c (main): Likewise.
* windows-untested/gc.ver (_BETA, GC_VERSION_MICRO): Remove.
13 files changed:
ChangeLog
README.md
alloc.c
configure.ac
doc/debugging.html
doc/overview.html
include/gc.h
include/gc_version.h
m4/gc_set_version.m4
tests/test.c
tools/add_gc_prefix.c
tools/gcname.c
windows-untested/gc.ver