]> git.sesse.net Git - nageru/commitdiff
Bump the version number.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 17 Apr 2022 15:12:40 +0000 (17:12 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 17 Apr 2022 15:12:40 +0000 (17:12 +0200)
meson.build

index bb37e716efa7e89d1742261f03046224dcfd1819..56ea5be0e3bfb4978a81c82f35611b8486a47917 100644 (file)
@@ -1,4 +1,4 @@
-project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.1.0')
+project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.1.1-pre')
 
 cxx = meson.get_compiler('cpp')
 qt5 = import('qt5')