diff options
author | johnvg | 2003-10-06 14:58:34 +0000 |
---|---|---|
committer | johnvg | 2003-10-06 14:58:34 +0000 |
commit | 1f2166ed683085afed65349da31f23d2e6aa3426 (patch) | |
tree | d7ae13f467c0df3d215c486eab6e8a955530f0f5 | |
parent | fix ArgEnvUnix path and compiler (now frontend) path (diff) |
increase version number to 919 for Clean 2.1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1383 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | backendC/CleanCompilerSources/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/version.c b/backendC/CleanCompilerSources/version.c index 473ba40..7ead12e 100644 --- a/backendC/CleanCompilerSources/version.c +++ b/backendC/CleanCompilerSources/version.c @@ -1,3 +1,3 @@ #include "version.h" -int VERSION=916; +int VERSION=919; |