Skip to content

Commit 679a210

Browse files
committed
Changed version
1 parent b58cb80 commit 679a210

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libbyteconvert/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pkg = import('pkgconfig')
2-
mylib = shared_library('byteconvert', 'ByteConvert.cpp', version : '0.1.2', soversion : '0',install: true)
2+
mylib = shared_library('byteconvert', 'ByteConvert.cpp', version : '0.1.3', soversion : '0',install: true)
33
install_headers('ByteConvert.hpp', subdir : 'ByteConvert')
44
pkg.generate(libraries : mylib,
5-
version : '0.1.2',
5+
version : '0.1.3',
66
name : 'libbyteconvert',
77
filebase : 'libbyteconvert',
88
description : 'A conversion library.',

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
project('libbyteconvert','cpp',version:'0.1.2',default_options : ['c_std=c11', 'cpp_std=c++11'])
1+
project('libbyteconvert','cpp',version:'0.1.3',default_options : ['c_std=c11', 'cpp_std=c++11'])
22
subdir('libbyteconvert')

0 commit comments

Comments
 (0)