diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2011-09-08 15:47:25 +0400 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2011-09-08 15:47:25 +0400 |
commit | e287fc88ba25afa3831370087cd276e903fd6e9b (patch) | |
tree | 8c19e336833f276ab4451f3b7b5aad3f9ce52c6b /include/gc_version.h | |
parent | 1ba313acaaab10ebd20a0b648466786f2c1d9282 (diff) | |
download | bdwgc-e287fc88ba25afa3831370087cd276e903fd6e9b.tar.gz |
Bump libatomic_ops version to 7.3alpha1 (next major release development).
* README: Change version to 7.3alpha1.
* configure.ac (AC_INIT): Likewise.
* include/gc_version.h (GC_TMP_VERSION_MINOR, GC_TMP_ALPHA_VERSION):
Likewise.
Diffstat (limited to 'include/gc_version.h')
-rw-r--r-- | include/gc_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gc_version.h b/include/gc_version.h index 2b3645ee..51ef0e15 100644 --- a/include/gc_version.h +++ b/include/gc_version.h @@ -22,8 +22,8 @@ /* Eventually this one may become unnecessary. For now we need */ /* it to keep the old-style build process working. */ #define GC_TMP_VERSION_MAJOR 7 -#define GC_TMP_VERSION_MINOR 2 -#define GC_TMP_ALPHA_VERSION 7 +#define GC_TMP_VERSION_MINOR 3 +#define GC_TMP_ALPHA_VERSION 1 /* 7.3alpha1 */ #ifndef GC_NOT_ALPHA # define GC_NOT_ALPHA 0xff |