diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-09-28 13:19:49 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-09-28 13:19:49 -0400 |
commit | 4257e1ce4f0d3a18e8bc32cd29b049b56a02ec6e (patch) | |
tree | 401a8753685e3017cb4fbb9d02daa2d34db0f98b /meson.build | |
parent | 39bc13c8a7461a842512723244359bbc7a8b6a0f (diff) | |
download | gtk+-4257e1ce4f0d3a18e8bc32cd29b049b56a02ec6e.tar.gz |
Post-release version bump
This is an experiment to see if I can keep up with
doing post-release version bumps, so git snapshots
will always have a different version from released
tarballs.
This commit also marks the beginning of the 4.10
development cycle, as 4.8 has been branched.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 23e932334c..494c81ac93 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.8.1', + version: '4.9.1', default_options: [ 'buildtype=debugoptimized', 'warning_level=1', |