*/}}
Browse Source

Version bump to 0.3

YimingWu 1 week ago
parent
commit
b2baa9a7fd
3 changed files with 2 additions and 2 deletions
  1. BIN
      Resources/splash.png
  2. BIN
      Resources/splash_highdpi.png
  3. 2 2
      ourpaint.h

BIN
Resources/splash.png


BIN
Resources/splash_highdpi.png


+ 2 - 2
ourpaint.h

@@ -50,8 +50,8 @@ extern const char OUR_COMPOSITION_SHADER[];
 #define OUR_AT_CROP_BR 8
 
 #define OUR_VERSION_MAJOR 0
-#define OUR_VERSION_MINOR 2
-#define OUR_VERSION_SUB 1
+#define OUR_VERSION_MINOR 3
+#define OUR_VERSION_SUB 0
 
 #define OUR_PAINT_NAME_STRING "Our Paint v0.2"