diff options
author | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2020-09-30 01:25:54 +0200 |
---|---|---|
committer | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2020-09-30 01:27:07 +0200 |
commit | 47c9525667713a3eb123b005ffb7c8e1fdc86c1a (patch) | |
tree | bce3b2af11c010c9f8368fcf5906e3eedd8f5e2d /meson.build | |
parent | affa688b44a522948ece0962cea5e14c79f65ba7 (diff) | |
download | wlclock-47c9525667713a3eb123b005ffb7c8e1fdc86c1a.tar.gz wlclock-47c9525667713a3eb123b005ffb7c8e1fdc86c1a.tar.bz2 |
Bump versiont to v1.0.0
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index f5ee332..e7ab904 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wlclock', 'c', - version: '0.1.0', + version: '1.0.0', license: 'GPLv3', default_options: [ 'c_std=c11', @@ -14,7 +14,7 @@ cc = meson.get_compiler('c') add_project_arguments(cc.get_supported_arguments([ '-D_POSIX_C_SOURCE=200809L', - '-DVERSION="0.1.0"', + '-DVERSION="1.0.0"', '-fsigned-char', '-Wno-unused-parameter', '-Wpointer-arith', |