Skip to content

Commit e090557

Browse files
committed
bump version number to 1.0.4
1 parent 50cfab4 commit e090557

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

doc/manual.pdf

115 Bytes
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 3)
7+
set(PRODUCT_VERSION_PATCH 4)
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.3}
4+
\newcommand{\productversion}{1.0.4}

0 commit comments

Comments
 (0)