Removed -pre from the version string

Graphics / POCL - Pekka Jääskeläinen [gmail.com] - 15 May 2013 14:17 UTC



###

diff --git a/CHANGES b/CHANGES
index 89fe88f..5103564 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,7 @@ refer to the version control log for a full listing.
Overall
-------

+- Added support for LLVM/Clang 3.3.
- Dropped support for LLVM/Clang v3.1.
- Removed the depedency on llvm-ld (which was copied to
pocl-llvm-ld to pocl tree). Now uses llvm-link instead.
diff --git a/configure.ac b/configure.ac
index f614d11..6e69e85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# THE SOFTWARE.

AC_PREREQ([2.64])
-AC_INIT([pocl], [0.8-pre], [pocl-devel@lists.sourceforge.net])
+AC_INIT([pocl], [0.8], [pocl-devel@lists.sourceforge.net])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_AUX_DIR([config])

9e4757d Removed -pre from the version string.
CHANGES | 1 +
configure.ac | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

Upstream: github.com


  • Share