Skip to content

Commit c27b17a

Browse files
committed
Version 1.4.13.
1 parent 71e3fc8 commit c27b17a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.2)
22
project(racon)
3-
set(racon_version 1.4.12)
3+
set(racon_version 1.4.13)
44

55
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
66
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'Racon',
33
'cpp',
4-
version : '1.4.12',
4+
version : '1.4.13',
55
default_options : [
66
'buildtype=release',
77
'warning_level=3',

0 commit comments

Comments
 (0)