fix default RC_ProjectSourceSubversion to be zero
authorNick Kledzik <kledzik@apple.com>
Fri, 29 Feb 2008 19:30:23 +0000 (19:30 +0000)
committerNick Kledzik <kledzik@apple.com>
Fri, 29 Feb 2008 19:30:23 +0000 (19:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47761 91177308-0d34-0410-b5e6-96231b3b80d8

utils/buildit/GNUmakefile

index f0882ca106ae39cc9c093473fe89a08160162ca0..6e5131254cb0ee999c6797d91f83d19122ebe177 100644 (file)
@@ -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.