summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-12-23 13:45:57 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-12-23 13:45:57 +0100
commit3701a6a315eaa43623c5096ab2333a4bbf205784 (patch)
treed3bac245d32e08036a208c8a54e5b9c1c0aad872
parent2dbf726101e87a18b9dd7b3144e76cf28ea55d15 (diff)
downloadsigc++-3701a6a315eaa43623c5096ab2333a4bbf205784.tar.gz
meson.build: Update version to 3.0.1
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 316a347..a91e12d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# This file is part of libsigc++.
project('sigc++', 'cpp',
- version: '3.0.0',
+ version: '3.0.1',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++17',