Browse Source

Update meson.build to 0.2 for development

Marc Di Luzio 7 years ago
parent
commit
0cb31eccbe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meson.build

+ 1 - 1
meson.build

@@ -1,5 +1,5 @@
 project('gamemode', 'c',
-	version : '0.1',
+	version : '0.2',
 	license : 'BSD' )
 cc = meson.get_compiler('c')