]> git.sesse.net Git - nageru/commitdiff
Bump the version number.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 17 Nov 2022 23:26:21 +0000 (00:26 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 17 Nov 2022 23:26:21 +0000 (00:26 +0100)
meson.build

index c917239c4c5cdf5038129e3b456065786d57f2e8..9af5fa318d155c25958c7d2dc3c3a08696ed833c 100644 (file)
@@ -1,4 +1,4 @@
-project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.0')
+project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.1-pre')
 
 cxx = meson.get_compiler('cpp')
 qt5 = import('qt5')