[llvm-commits] [llvm] r37855 - /llvm/trunk/docs/Makefile
Tanya Lattner
tonic at nondot.org
Tue Jul 3 11:11:20 PDT 2007
Author: tbrethou
Date: Tue Jul 3 13:11:20 2007
New Revision: 37855
URL: http://llvm.org/viewvc/llvm-project?rev=37855&view=rev
Log:
We really should not have this version number in SO many makefiles. This should also probably change to svn instead of cvs, but leaving it for now.
Modified:
llvm/trunk/docs/Makefile
Modified: llvm/trunk/docs/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Makefile?rev=37855&r1=37854&r2=37855&view=diff
==============================================================================
--- llvm/trunk/docs/Makefile (original)
+++ llvm/trunk/docs/Makefile Tue Jul 3 13:11:20 2007
@@ -14,7 +14,7 @@
PROJ_OBJ_DIR = .
DOXYGEN = doxygen
# Extract version number from the AC_INT line in configure.ac
-# AC_INIT([[llvm]],[[2.0cvs]],[llvmbugs at cs.uiuc.edu])
+# AC_INIT([[llvm]],[[2.1cvs]],[llvmbugs at cs.uiuc.edu])
PACKAGE_VERSION = $(shell grep AC_INIT ../autoconf/configure.ac | sed -e 's/[^,]*,[[][[]//' -e 's/]],.*//')
$(warning VERSION=$(VERSION))
More information about the llvm-commits
mailing list