diff options
| author | thorpej <thorpej@NetBSD.org> | 2003-01-28 18:36:04 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2003-01-28 18:36:04 +0000 |
| commit | e5cd4ce42c7bee3d1a13ffa05ccedeff396715ce (patch) | |
| tree | c25754c1032f4789f59325a2f84757e0661d5a3a /gnu | |
| parent | 8f87fa74eb0c827175fa4c1795710b100ec69ab0 (diff) | |
Bump version to nb4 to reflect the -pthread option. (Thanks for the
reminder, Klaus..)
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/toolchain/gcc/f/version.c | 2 | ||||
| -rw-r--r-- | gnu/dist/toolchain/gcc/version.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/dist/toolchain/gcc/f/version.c b/gnu/dist/toolchain/gcc/f/version.c index 202ec259c1c..25a71f2cd80 100644 --- a/gnu/dist/toolchain/gcc/f/version.c +++ b/gnu/dist/toolchain/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.25 20010315 (release) (NetBSD nb3)"; +const char *ffe_version_string = "0.5.25 20010315 (release) (NetBSD nb4)"; diff --git a/gnu/dist/toolchain/gcc/version.c b/gnu/dist/toolchain/gcc/version.c index 33fc47d80b2..5bbd4d69fe2 100644 --- a/gnu/dist/toolchain/gcc/version.c +++ b/gnu/dist/toolchain/gcc/version.c @@ -1 +1 @@ -char *version_string = "2.95.3 20010315 (release) (NetBSD nb3)"; +char *version_string = "2.95.3 20010315 (release) (NetBSD nb4)"; |
