Skip to content

Commit

Permalink
Bump version to beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Jul 21, 2018
1 parent ffcbe6e commit 6a6f478
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/carla_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# ------------------------------------------------------------------------------------------------------------
# Set Version

VERSION = "1.9.8 (2.0-beta6)"
VERSION = "1.9.9 (2.0-beta7)"

# ------------------------------------------------------------------------------------------------------------
# Set TMP
Expand Down
4 changes: 2 additions & 2 deletions source/includes/CarlaDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
#endif

/* Set Version */
#define CARLA_VERSION_HEX 0x010908
#define CARLA_VERSION_STRING "1.9.8 (2.0-beta6)"
#define CARLA_VERSION_HEX 0x010909
#define CARLA_VERSION_STRING "1.9.9 (2.0-beta7)"

/* Check OS */
#if defined(WIN64) || defined(_WIN64) || defined(__WIN64__)
Expand Down

0 comments on commit 6a6f478

Please sign in to comment.