summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-05-20 20:18:23 +0000
committerBill Wendling <isanbard@gmail.com>2013-05-20 20:18:23 +0000
commita0ff134cc1b9beb13bc1a29905bdf34e7dbdb220 (patch)
tree6469b9a2881f38e62a3d0ea91e0067a28814f7f2 /autoconf
parentca0c1cebe292be351a03bc69534e2abf8d750cb6 (diff)
downloadllvm-a0ff134cc1b9beb13bc1a29905bdf34e7dbdb220.tar.gz
llvm-a0ff134cc1b9beb13bc1a29905bdf34e7dbdb220.tar.bz2
llvm-a0ff134cc1b9beb13bc1a29905bdf34e7dbdb220.tar.xz
Remove 'svn' from version.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_33@182312 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index adcfa49465..a5caac971b 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -31,7 +31,7 @@ dnl===
dnl===-----------------------------------------------------------------------===
dnl Initialize autoconf and define the package name, version number and
dnl address for reporting bugs.
-AC_INIT([LLVM],[3.3svn],[http://llvm.org/bugs/])
+AC_INIT([LLVM],[3.3],[http://llvm.org/bugs/])
AC_DEFINE([LLVM_VERSION_MAJOR], [3], [Major version of the LLVM API])
AC_DEFINE([LLVM_VERSION_MINOR], [3], [Minor version of the LLVM API])