diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-20 01:04:58 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-20 01:04:58 +0000 |
commit | 80989924ed257837504be4a9fae570ae01f8c222 (patch) | |
tree | 75ede5286875b779db37ba8e1ff6003b2dd7494f /boehm-gc/version.h | |
parent | ef4c833ea6237f4d5011fcab2355bfb2a468c067 (diff) | |
download | gcc-80989924ed257837504be4a9fae570ae01f8c222.tar.gz |
2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
Imported version 5.1.
* acinclude.m4: Push version to 5.1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34610 138bc75d-0d04-0410-961f-82ee72b054a4
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 2c69e44dd31..04787d85be3 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 |