diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-07 13:38:52 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-07 13:38:52 +0000 |
commit | e89aee4174fe58eaba553027558144a0f423960c (patch) | |
tree | 4a990302dbd3c2a2297e6434f439a62affe26f0d /gcc/melt-runtime.h | |
parent | 283ca5efdab2847996d47600a2073d6a3e3a6876 (diff) | |
download | gcc-e89aee4174fe58eaba553027558144a0f423960c.tar.gz |
2013-11-06 Basile Starynkevitch <basile@starynkevitch.net>
{{1.0.1 release}}
* INSTALL/README-MELT-PLUGIN: Mention 1.0.1 release &
unifdef.
[gcc/]
2013-11-07 Basile Starynkevitch <basile@starynkevitch.net>
* melt-runtime.h (MELT_VERSION_STRING): Bump to "1.0.1".
[contrib/]
2013-11-07 Basile Starynkevitch <basile@starynkevitch.net>
* MELT-Plugin-Makefile: Improve message for missing GCC plugin kit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@204511 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/melt-runtime.h')
-rw-r--r-- | gcc/melt-runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/melt-runtime.h b/gcc/melt-runtime.h index 2391b4d33e3..8097344eafc 100644 --- a/gcc/melt-runtime.h +++ b/gcc/melt-runtime.h @@ -117,7 +117,7 @@ MELT_EXTERN int melt_count_runtime_extensions; /* The version string of MELT; this is parsed by make, so spaces are important! That version string is extracted by scripts or makefiles... */ -#define MELT_VERSION_STRING "1.0.1-rc1" +#define MELT_VERSION_STRING "1.0.1" /* return a read only version string */ extern const char* melt_version_str(void); |