We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8bf39 commit c4fe2f0Copy full SHA for c4fe2f0
doc/manual.pdf
-1.79 KB
src/cmake/Version.cmake
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.3.0)
4
5
set(PRODUCT_VERSION_MAJOR 1)
6
set(PRODUCT_VERSION_MINOR 0)
7
-set(PRODUCT_VERSION_PATCH 5)
+set(PRODUCT_VERSION_PATCH 6)
8
9
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")
10
src/doc/manual/version.tex
@@ -1,4 +1,4 @@
1
% This file is automatically generated by the build system.
2
% Do not edit it manually.
3
-\newcommand{\productversion}{1.0.5}
+\newcommand{\productversion}{1.0.6}
0 commit comments