public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Change version number on mainline to 3.3
@ 2002-07-27  0:52 Andreas Jaeger
  2002-07-27  1:35 ` [PATCH] Fix version numbers on 3.1 and 3.2 branches Jakub Jelinek
  2002-07-29  4:06 ` Change version number on mainline to 3.3 Gerald Pfeifer
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Jaeger @ 2002-07-27  0:52 UTC (permalink / raw)
  To: gcc-patches


Since we have branched GCC 3.2, we should increase the version number
on the mainline.

Ok to commit the appended patch?

Andreas

2002-07-27  Andreas Jaeger  <aj@suse.de>

libf2c/
	* libU77/Version.c: Bump version number.
	* libI77/Version.c: Bump version number.
	* libF77/Version.c: Bump version number.

gcc/f/
	* version.c: Bump version number.

gcc/
	* version.c: Bump version number.

gcc/ada

	* gnatvsn.ads: Bump version number.

============================================================
Index: gcc/version.c
--- gcc/version.c	26 Jul 2002 07:16:58 -0000	1.1667
+++ gcc/version.c	27 Jul 2002 05:14:27 -0000
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020726 (experimental)";
+const char *const version_string = "3.3 20020726 (experimental)";
============================================================
Index: gcc/ada/gnatvsn.ads
--- gcc/ada/gnatvsn.ads	26 Jul 2002 07:16:58 -0000	1.65
+++ gcc/ada/gnatvsn.ads	27 Jul 2002 05:14:42 -0000
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020726 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020726 (experimental)";
    --  Version output when GNAT (compiler), or its related tools, including
    --  GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run
    --  (with appropriate verbose option switch set).
============================================================
Index: gcc/f/version.c
--- gcc/f/version.c	26 Jul 2002 07:16:58 -0000	1.1157
+++ gcc/f/version.c	27 Jul 2002 05:14:52 -0000
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020726 (experimental)";
+const char *const ffe_version_string = "3.3 20020726 (experimental)";
============================================================
Index: libf2c/libF77/Version.c
--- libf2c/libF77/Version.c	26 Jul 2002 07:16:58 -0000	1.1125
+++ libf2c/libF77/Version.c	27 Jul 2002 05:15:04 -0000
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSI
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020726 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020726 (experimental)";
 
 /*
 2.00	11 June 1980.  File version.c added to library.
============================================================
Index: libf2c/libI77/Version.c
--- libf2c/libI77/Version.c	26 Jul 2002 07:16:59 -0000	1.1132
+++ libf2c/libI77/Version.c	27 Jul 2002 05:15:24 -0000
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERS
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020726 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020726 (experimental)";
 
 /*
 2.01	$ format added
============================================================
Index: libf2c/libU77/Version.c
--- libf2c/libU77/Version.c	26 Jul 2002 07:16:59 -0000	1.1124
+++ libf2c/libU77/Version.c	27 Jul 2002 05:15:14 -0000
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020726 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020726 (experimental)";
 
 #include <stdio.h>
 

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] Fix version numbers on 3.1 and 3.2 branches
  2002-07-27  0:52 Change version number on mainline to 3.3 Andreas Jaeger
@ 2002-07-27  1:35 ` Jakub Jelinek
  2002-07-29  4:06 ` Change version number on mainline to 3.3 Gerald Pfeifer
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Jelinek @ 2002-07-27  1:35 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 283 bytes --]

On Sat, Jul 27, 2002 at 07:20:52AM +0200, Andreas Jaeger wrote:
> 
> Since we have branched GCC 3.2, we should increase the version number
> on the mainline.
> 
> Ok to commit the appended patch?

Apparently gcc-3_1-branch and gcc-3_2-branch needs patches too, ok
to commit?

	Jakub

[-- Attachment #2: P3.1 --]
[-- Type: text/plain, Size: 2387 bytes --]

2002-07-27  Jakub Jelinek  <jakub@redhat.com>

libf2c/
	* libU77/Version.c: Fix version number.
	* libI77/Version.c: Fix version number.
	* libF77/Version.c: Fix version number.

gcc/f/
	* version.c: Fix version number.

gcc/
	* version.c: Fix version number.

gcc/ada
	* gnatvsn.ads: Fix version number.

--- gcc/ada/gnatvsn.ads.jj	Sat Jul 27 09:54:59 2002
+++ gcc/ada/gnatvsn.ads	Sat Jul 27 09:59:26 2002
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020727 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020725 (release)";
    --  Version output when GNAT (compiler), or its related tools, including
    --  GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run
    --  (with appropriate verbose option switch set).
--- gcc/f/version.c.jj	Sat Jul 27 09:54:59 2002
+++ gcc/f/version.c	Sat Jul 27 09:59:31 2002
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 (prerelease) 2002-07-26";
+const char *const ffe_version_string = "3.1.1 20020725 (release)";
--- gcc/version.c.jj	Sat Jul 27 09:54:59 2002
+++ gcc/version.c	Sat Jul 27 09:57:05 2002
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 2002-07-26 (prerelease)";
+const char *const version_string = "3.1.1";
--- libf2c/libF77/Version.c.jj	Sat Jul 27 09:54:59 2002
+++ libf2c/libF77/Version.c	Sat Jul 27 09:59:40 2002
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSI
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 2002-07-26 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020725 (release)";
 
 /*
 2.00	11 June 1980.  File version.c added to library.
--- libf2c/libI77/Version.c.jj	Sat Jul 27 09:54:59 2002
+++ libf2c/libI77/Version.c	Sat Jul 27 09:59:45 2002
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERS
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 2002-07-26 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020725 (release)";
 
 /*
 2.01	$ format added
--- libf2c/libU77/Version.c.jj	Sat Jul 27 09:54:59 2002
+++ libf2c/libU77/Version.c	Sat Jul 27 09:59:49 2002
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 2002-07-26 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020725 (release)";
 
 #include <stdio.h>
 

[-- Attachment #3: P3.2 --]
[-- Type: text/plain, Size: 2412 bytes --]

2002-07-27  Jakub Jelinek  <jakub@redhat.com>

libf2c/
	* libU77/Version.c: Fix version number.
	* libI77/Version.c: Fix version number.
	* libF77/Version.c: Fix version number.

gcc/f/
	* version.c: Fix version number.

gcc/
	* version.c: Fix version number.

gcc/ada
	* gnatvsn.ads: Fix version number.

--- gcc/version.c.jj	Sat Jul 27 01:26:29 2002
+++ gcc/version.c	Sat Jul 27 09:47:46 2002
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 2002-07-26 (prerelease)";
+const char *const version_string = "3.2 20020727 (prerelease)";
--- gcc/f/version.c.jj	Sat Jul 27 01:26:44 2002
+++ gcc/f/version.c	Sat Jul 27 09:47:58 2002
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 (prerelease) 2002-07-26";
+const char *const ffe_version_string = "3.2 20020727 (prerelease)";
--- gcc/ada/gnatvsn.ads.jj	Sat Jul 27 01:26:32 2002
+++ gcc/ada/gnatvsn.ads	Sat Jul 27 09:48:32 2002
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020726 (prerelease)";
+   Gnat_Version_String : constant String := "3.2 20020727 (prerelease)";
    --  Version output when GNAT (compiler), or its related tools, including
    --  GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run
    --  (with appropriate verbose option switch set).
--- libf2c/libF77/Version.c.jj	Sat Jul 27 01:27:05 2002
+++ libf2c/libF77/Version.c	Sat Jul 27 09:48:11 2002
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSI
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 2002-07-26 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020727 (prerelease)";
 
 /*
 2.00	11 June 1980.  File version.c added to library.
--- libf2c/libI77/Version.c.jj	Sat Jul 27 01:27:05 2002
+++ libf2c/libI77/Version.c	Sat Jul 27 09:48:17 2002
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERS
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 2002-07-26 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020727 (prerelease)";
 
 /*
 2.01	$ format added
--- libf2c/libU77/Version.c.jj	Sat Jul 27 01:27:06 2002
+++ libf2c/libU77/Version.c	Sat Jul 27 09:48:24 2002
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 2002-07-26 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020727 (prerelease)";
 
 #include <stdio.h>
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Change version number on mainline to 3.3
  2002-07-27  0:52 Change version number on mainline to 3.3 Andreas Jaeger
  2002-07-27  1:35 ` [PATCH] Fix version numbers on 3.1 and 3.2 branches Jakub Jelinek
@ 2002-07-29  4:06 ` Gerald Pfeifer
  1 sibling, 0 replies; 3+ messages in thread
From: Gerald Pfeifer @ 2002-07-29  4:06 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: gcc-patches

On Sat, 27 Jul 2002, Andreas Jaeger wrote:
> Since we have branched GCC 3.2, we should increase the version number
> on the mainline.
>
> Ok to commit the appended patch?
>
> Andreas
>
> 2002-07-27  Andreas Jaeger  <aj@suse.de>
>
> libf2c/
> 	* libU77/Version.c: Bump version number.
> 	* libI77/Version.c: Bump version number.
> 	* libF77/Version.c: Bump version number.
>
> gcc/f/
> 	* version.c: Bump version number.
>
> gcc/
> 	* version.c: Bump version number.
>
> gcc/ada
>
> 	* gnatvsn.ads: Bump version number.

I believe this falls under the "obvious rule".  Not making this change
ASAP will cause all sorts of confusion...

Gerald

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-07-29 10:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-27  0:52 Change version number on mainline to 3.3 Andreas Jaeger
2002-07-27  1:35 ` [PATCH] Fix version numbers on 3.1 and 3.2 branches Jakub Jelinek
2002-07-29  4:06 ` Change version number on mainline to 3.3 Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).