Skip to content

Commit

Permalink
bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
catharanthus committed Aug 28, 2022
1 parent da8bf39 commit c4fe2f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified doc/manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/cmake/Version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.3.0)

set(PRODUCT_VERSION_MAJOR 1)
set(PRODUCT_VERSION_MINOR 0)
set(PRODUCT_VERSION_PATCH 5)
set(PRODUCT_VERSION_PATCH 6)

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")

Expand Down
2 changes: 1 addition & 1 deletion src/doc/manual/version.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% This file is automatically generated by the build system.
% Do not edit it manually.

\newcommand{\productversion}{1.0.5}
\newcommand{\productversion}{1.0.6}

0 comments on commit c4fe2f0

Please sign in to comment.