summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2016-05-11 17:16:48 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2016-05-11 17:16:48 +0000
commit09d1a552b19000755217cdf215184f6e1bce7d03 (patch)
tree87fc2f8d544ea01f72a50095b21594574f0ad1ba /gcc
parent46898c6d7f2b1edaa2e4e480594d534179d5e860 (diff)
downloadgcc-09d1a552b19000755217cdf215184f6e1bce7d03.tar.gz
2016-05-11 Basile Starynkevitch <basile@starynkevitch.net>
* melt-runtime.h (MELT_VERSION_STRING): Bump to 1.3rc2+. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@236131 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog.MELT3
-rw-r--r--gcc/melt-runtime.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog.MELT b/gcc/ChangeLog.MELT
index c36b7d6d0cb..7490553ba94 100644
--- a/gcc/ChangeLog.MELT
+++ b/gcc/ChangeLog.MELT
@@ -1,5 +1,8 @@
2016-05-11 Basile Starynkevitch <basile@starynkevitch.net>
+ * melt-runtime.h (MELT_VERSION_STRING): Bump to 1.3rc2+.
+
+2016-05-11 Basile Starynkevitch <basile@starynkevitch.net>
{{MELT plugin 1.3 release candidate 2}}
* melt-runtime.h (MELT_VERSION_STRING): Bump to 1.3rc2.
diff --git a/gcc/melt-runtime.h b/gcc/melt-runtime.h
index 0a4f1db21e7..c1c22d18de1 100644
--- a/gcc/melt-runtime.h
+++ b/gcc/melt-runtime.h
@@ -169,7 +169,7 @@ MELT_EXTERN int melt_count_runtime_extensions;
important, don't add spaces after the terminating double-quote!
That MELT version string is extracted and used by scripts or
makefiles... */
-#define MELT_VERSION_STRING "1.3.rc2"
+#define MELT_VERSION_STRING "1.3.rc2+"
/* return a read only version string */
extern const char* melt_version_str(void);