[asl] 02/04: Incrementing version number
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Aug 27 09:23:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository asl.
commit da51d86780dcaa8d945bf8bf6f75f38561358cf6
Author: Avtech Scientific <AvtechScientific at users.noreply.github.com>
Date: Mon Aug 24 19:49:37 2015 +0300
Incrementing version number
---
CMakeLists.txt | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 288b2fa..e86a592 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,7 @@ cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
# Set version number
set(ASL_VERSION_MAJOR 0)
set(ASL_VERSION_MINOR 1)
-set(ASL_VERSION_PATCH 5)
+set(ASL_VERSION_PATCH 6)
set(ASL_VERSION ${ASL_VERSION_MAJOR}.${ASL_VERSION_MINOR}.${ASL_VERSION_PATCH})
@@ -68,11 +68,11 @@ if (WITH_API_DOC)
add_subdirectory(doc)
endif()
-if (WITH_TESTS)
- # Test labels:
+if (WITH_TESTS)
+ # Test labels:
# DoublePrecision - tests that use double precision (will fail if device does not support it)
# IO - Input/Output tests (may require input files)
- # Performance - performance tests
+ # Performance - performance tests
#
# Run them e.g.: `ctest [-C Release|Debug] -L Performance`
# Exclude some of them: `ctest -LE DoublePrecision -LE Performance`
@@ -170,4 +170,4 @@ install(FILES
${CMAKE_CURRENT_BINARY_DIR}/ASL.pc
DESTINATION
${CMAKE_INSTALL_LIBDIR}/pkgconfig
-)
\ No newline at end of file
+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/asl.git
More information about the debian-science-commits
mailing list