Skip to content

Commit 16731d9

Browse files
committed
Version bump
1 parent 7265fbb commit 16731d9

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
@@ -22,7 +22,7 @@
2222
cmake_minimum_required(VERSION 3.6.1)
2323

2424
cmake_policy(SET CMP0048 NEW) # To get package versioning working
25-
project(FSON VERSION 1.0.4 LANGUAGES Fortran C)
25+
project(FSON VERSION 1.0.5 LANGUAGES Fortran C)
2626

2727
set(CMAKE_MACOSX_RPATH 1)
2828

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FSON Meson build script
22

3-
project('FSON', ['fortran', 'c'], version: '1.0.4')
3+
project('FSON', ['fortran', 'c'], version: '1.0.5')
44

55
zofu = dependency('zofu', version: '>=0.1.0', fallback: ['zofu', 'zofu_dep'])
66

0 commit comments

Comments
 (0)