summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2007-07-03 18:11:20 +0000
committerTanya Lattner <tonic@nondot.org>2007-07-03 18:11:20 +0000
commit10c66c3b8417a0ef5c5ebaba615f382c0192d81f (patch)
treee0ec1e23afe43004794e3bbc3ab183bbc3043fc3 /docs/Makefile
parent080d6872f3a56d6fac5734b48b26bdd730a92e58 (diff)
downloadllvm-10c66c3b8417a0ef5c5ebaba615f382c0192d81f.tar.gz
llvm-10c66c3b8417a0ef5c5ebaba615f382c0192d81f.tar.bz2
llvm-10c66c3b8417a0ef5c5ebaba615f382c0192d81f.tar.xz
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37855 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 6cea58dd5e..86958217ef 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -14,7 +14,7 @@ ifdef BUILD_FOR_WEBSITE
PROJ_OBJ_DIR = .
DOXYGEN = doxygen
# Extract version number from the AC_INT line in configure.ac
-# AC_INIT([[llvm]],[[2.0cvs]],[llvmbugs@cs.uiuc.edu])
+# AC_INIT([[llvm]],[[2.1cvs]],[llvmbugs@cs.uiuc.edu])
PACKAGE_VERSION = $(shell grep AC_INIT ../autoconf/configure.ac | sed -e 's/[^,]*,[[][[]//' -e 's/]],.*//')
$(warning VERSION=$(VERSION))