diff options
-rw-r--r-- | llvm/utils/buildit/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/buildit/GNUmakefile b/llvm/utils/buildit/GNUmakefile index f0882ca106a..6e5131254cb 100644 --- a/llvm/utils/buildit/GNUmakefile +++ b/llvm/utils/buildit/GNUmakefile @@ -53,7 +53,7 @@ RC_ProjectSourceVersion = 9999 endif ifndef RC_ProjectSourceSubversion -RC_ProjectSourceSubversion = 01 +RC_ProjectSourceSubversion = 0 endif # NOTE : Always put version numbers at the end because they are optional. |