Skip to content

Commit

Permalink
Vision 0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
waddlesplash committed Apr 8, 2017
1 parent 2e442ae commit 5225cf1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# The name of the binary.
NAME = Vision
VERSION := 0.9.9pre0
VERSION := 0.10.0
TARGET_DIR = ../dist

# The type of binary, must be one of:
Expand Down
14 changes: 10 additions & 4 deletions src/Vision.rdef
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
resource app_signature "application/x-vnd.Ink-Vision";

resource app_flags B_SINGLE_LAUNCH;
resource app_flags B_EXCLUSIVE_LAUNCH;

resource app_version {
major = 0,
middle = 9,
minor = 9,
middle = 10,
minor = 0,

variety = B_APPV_DEVELOPMENT,
// B_APPV_DEVELOPMENT
// B_APPV_ALPHA
// B_APPV_BETA
// B_APPV_GAMMA
// B_APPV_GOLDEN_MASTER
// B_APPV_FINAL
variety = B_APPV_FINAL,
internal = 0,

short_info = "Vision",
Expand Down

0 comments on commit 5225cf1

Please sign in to comment.