Skip to content

Commit

Permalink
Version 1.4.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
isovic committed Mar 25, 2020
1 parent 71e3fc8 commit c27b17a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.2)
project(racon)
set(racon_version 1.4.12)
set(racon_version 1.4.13)

set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'Racon',
'cpp',
version : '1.4.12',
version : '1.4.13',
default_options : [
'buildtype=release',
'warning_level=3',
Expand Down

0 comments on commit c27b17a

Please # to comment.