Skip to content

Commit c4fe2f0

Browse files
committed
bump version to 1.0.6
1 parent da8bf39 commit c4fe2f0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

doc/manual.pdf

-1.79 KB
Binary file not shown.

src/cmake/Version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.3.0)
44

55
set(PRODUCT_VERSION_MAJOR 1)
66
set(PRODUCT_VERSION_MINOR 0)
7-
set(PRODUCT_VERSION_PATCH 5)
7+
set(PRODUCT_VERSION_PATCH 6)
88

99
try_compile(CPU_DETECTED "${CMAKE_CURRENT_BINARY_DIR}/try_compile/DetectCPU" "${CMAKE_CURRENT_LIST_DIR}/DetectCPU.c" COPY_FILE "${CMAKE_CURRENT_BINARY_DIR}/try_compile/DetectCPU.bin")
1010

src/doc/manual/version.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
% This file is automatically generated by the build system.
22
% Do not edit it manually.
33

4-
\newcommand{\productversion}{1.0.5}
4+
\newcommand{\productversion}{1.0.6}

0 commit comments

Comments
 (0)