]> git.sesse.net Git - nageru/commitdiff
Bump version number.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 4 Aug 2023 19:56:00 +0000 (21:56 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 4 Aug 2023 19:56:06 +0000 (21:56 +0200)
meson.build

index 48f8b0dbbf6480b47db3d8111faaed883d38774c..e1929711ca0c008a2c354ec08e4d7bfab7945b14 100644 (file)
@@ -1,4 +1,4 @@
-project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.3')
+project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.2.4-pre')
 
 cxx = meson.get_compiler('cpp')
 qt5 = import('qt5')