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 50cfab4 commit e090557Copy full SHA for e090557
doc/manual.pdf
115 Bytes
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 3)
+set(PRODUCT_VERSION_PATCH 4)
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.3}
+\newcommand{\productversion}{1.0.4}
0 commit comments