llvm-toolchain/debian/patches/0047-version-name.diff
2013-08-11 08:02:45 +00:00

29 lines
1.3 KiB
Diff

Index: llvm-toolchain-snapshot_3.4~svn188146/autoconf/configure.ac
===================================================================
--- llvm-toolchain-snapshot_3.4~svn188146.orig/autoconf/configure.ac 2013-08-11 10:01:32.952734747 +0200
+++ llvm-toolchain-snapshot_3.4~svn188146/autoconf/configure.ac 2013-08-11 10:01:32.944734748 +0200
@@ -31,7 +31,7 @@
dnl===-----------------------------------------------------------------------===
dnl Initialize autoconf and define the package name, version number and
dnl address for reporting bugs.
-AC_INIT([LLVM],[3.4svn],[http://llvm.org/bugs/])
+AC_INIT([LLVM],[3.4],[http://llvm.org/bugs/])
AC_DEFINE([LLVM_VERSION_MAJOR], [3], [Major version of the LLVM API])
AC_DEFINE([LLVM_VERSION_MINOR], [4], [Minor version of the LLVM API])
Index: llvm-toolchain-snapshot_3.4~svn188146/configure
===================================================================
--- llvm-toolchain-snapshot_3.4~svn188146.orig/configure 2013-08-11 10:01:32.952734747 +0200
+++ llvm-toolchain-snapshot_3.4~svn188146/configure 2013-08-11 10:01:32.948734746 +0200
@@ -561,8 +561,8 @@
# Identity of this package.
PACKAGE_NAME='LLVM'
PACKAGE_TARNAME='llvm'
-PACKAGE_VERSION='3.4svn'
-PACKAGE_STRING='LLVM 3.4svn'
+PACKAGE_VERSION='3.4'
+PACKAGE_STRING='LLVM 3.4'
PACKAGE_BUGREPORT='http://llvm.org/bugs/'
ac_unique_file="lib/IR/Module.cpp"