Skip to content

Commit

Permalink
Bump version after release.
Browse files Browse the repository at this point in the history
  • Loading branch information
waddlesplash committed Apr 8, 2017
1 parent 5225cf1 commit 412fd4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.10.0
VERSION := 0.10.1pre0
TARGET_DIR = ../dist

# The type of binary, must be one of:
Expand Down
4 changes: 2 additions & 2 deletions src/Vision.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ resource app_flags B_EXCLUSIVE_LAUNCH;
resource app_version {
major = 0,
middle = 10,
minor = 0,
minor = 1,

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

short_info = "Vision",
Expand Down

0 comments on commit 412fd4b

Please sign in to comment.