]> git.sesse.net Git - nageru/commitdiff
Bump the version number.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 4 Jul 2023 18:09:19 +0000 (20:09 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 4 Jul 2023 18:09:19 +0000 (20:09 +0200)
meson.build

index 8176d7edf6f1a0447718d4f244222919481e27cd..af615d1a0ff7e47dc1a85b6fc9bab76563ddd49d 100644 (file)
@@ -1,4 +1,4 @@
-project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.1')
+project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.2-pre')
 
 cxx = meson.get_compiler('cpp')
 qt5 = import('qt5')