diff options
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 8d2b97d58e6..9a547083795 100644 --- a/gcc/melt-runtime.h +++ b/gcc/melt-runtime.h @@ -142,7 +142,7 @@ MELT_EXTERN int melt_count_runtime_extensions; /* The version string of MELT; this is parsed by make, so spaces are important, don't add spaces after the terminating double-quote! That version string is extracted by scripts or makefiles... */ -#define MELT_VERSION_STRING "1.1.2" +#define MELT_VERSION_STRING "1.1.2post" /* return a read only version string */ extern const char* melt_version_str(void); |