diff options
author | Bryce McKinlay <bryce@albatross.co.nz> | 2000-06-20 01:04:58 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2000-06-20 02:04:58 +0100 |
commit | aec5061ba2487186e07012b1b9d2684c04dd027f (patch) | |
tree | 75ede5286875b779db37ba8e1ff6003b2dd7494f /boehm-gc/version.h | |
parent | aac350aaf9e77a205b5e852d2982df46fb54dbc8 (diff) | |
download | gcc-aec5061ba2487186e07012b1b9d2684c04dd027f.zip gcc-aec5061ba2487186e07012b1b9d2684c04dd027f.tar.gz gcc-aec5061ba2487186e07012b1b9d2684c04dd027f.tar.bz2 |
Imported version 5.1.
2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
Imported version 5.1.
* acinclude.m4: Push version to 5.1.
From-SVN: r34610
Diffstat (limited to 'boehm-gc/version.h')
-rw-r--r-- | boehm-gc/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/version.h b/boehm-gc/version.h index 2c69e44..04787d8 100644 --- a/boehm-gc/version.h +++ b/boehm-gc/version.h @@ -1,5 +1,5 @@ #define GC_VERSION_MAJOR 5 -#define GC_VERSION_MINOR 0 +#define GC_VERSION_MINOR 1 #define GC_ALPHA_VERSION GC_NOT_ALPHA # define GC_NOT_ALPHA 0xff |