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 4b7dc8d commit e333380Copy full SHA for e333380
doc/manual.pdf
118 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 2)
+set(PRODUCT_VERSION_PATCH 3)
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.2}
+\newcommand{\productversion}{1.0.3}
0 commit comments