]> git.sesse.net Git - nageru/commitdiff
Bump the version number.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 24 Jul 2023 11:50:43 +0000 (13:50 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 24 Jul 2023 11:51:53 +0000 (13:51 +0200)
meson.build

index 98508b17eb942f6a63ca18ea9b41bacca73bd163..eb9de7bd1951b13999a0660e92553f63e932ab37 100644 (file)
@@ -1,4 +1,4 @@
-project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.2')
+project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.3-pre')
 
 cxx = meson.get_compiler('cpp')
 qt5 = import('qt5')