summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-06-08 17:33:18 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-06-08 17:33:18 -0300
commitdcbf051b5719312890ac568783cd0c16556ad11e (patch)
treeeb1b04a66b2c21da52fd68739f36a95d7cd31180
parent7562ed196f006f3e72e6e84768955532d3c5a725 (diff)
downloadglade-dcbf051b5719312890ac568783cd0c16556ad11e.tar.gz
Bump to development version 3.37.0
Since glade master is available as a nightly flatpak its better to bump to development version after making a stable release.
-rw-r--r--meson.build10
1 files changed, 9 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e25a71d1..9e4b0c0c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,14 @@
+# Glade uses a Major.Minor.Micro versioning system
+#
+# With odd minor numbers representing development releases and even numbers
+# stable releases and micro numbers bug bugfixes.
+#
+# Since master is built as a nightly flatpak, we bump the version to development
+# inmediatelly after making a stable release, that way people using the nigthly
+# version will always know they are on a development release.
project(
'glade', 'c',
- version: '3.36.0',
+ version: '3.37.0',
license: 'GPL2',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.49.0',