summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2020-03-10 15:26:56 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-03-10 15:26:56 +0100
commit4dae371da8b81330fd1060f59e197dcf4bb43a22 (patch)
tree6cd2aa4fa823bb3724998cdb473eeb8c6146ac55
parentf6f2706a64cf9dd1ec90d5f48cbadb684a6e40b1 (diff)
downloadsigc++-4dae371da8b81330fd1060f59e197dcf4bb43a22.tar.gz
meson.build: Update version to 3.0.2
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 4482e28..320a60e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# This file is part of libsigc++.
project('libsigc++', 'cpp',
- version: '3.0.1',
+ version: '3.0.2',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++17',