We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142aa13 commit 901b13aCopy full SHA for 901b13a
src/Makefile
@@ -6,7 +6,7 @@
6
7
# The name of the binary.
8
NAME = Vision
9
-VERSION := 0.10.1
+VERSION := 0.10.2
10
TARGET_DIR = ../dist
11
12
# The type of binary, must be one of:
src/Vision.rdef
@@ -5,7 +5,7 @@ resource app_flags B_EXCLUSIVE_LAUNCH;
5
resource app_version {
major = 0,
middle = 10,
- minor = 1,
+ minor = 2,
// B_APPV_DEVELOPMENT
// B_APPV_ALPHA
0 commit comments