This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Automatically update version_string for autovect-branch


On Thu, 30 Dec 2004, Sebastian Pop wrote:
> The following patches make the version_string of autovect-branch to be
> automatically updated.  Are these two patches okay?
> 
> 	* update_version (ADD_BRANCHES): Replace lno-branch with 
> 	autovect-branch.

Yes.  Please apply this to mainline and I'll take care of the gcc.gnu.org
side of things.

> in autovect-branch:
> 
> 	* version.c (version_string): Automatically update the name of 
> 	the branch.

> -const char version_string[] = "4.0.0 20041213 (experimental)";
> +const char version_string[] = "4.0.0-autovect 20041230 (autovect-merge-20041213)";

Don't we usually keep the "experimental"?  I think that would be nice to 
have, perhaps "(experimental, autovect-merge...)"?

Gerald


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]