Preemptive version bump.

This commit is contained in:
Calvin Rose 2019-07-27 09:40:35 -05:00
parent a3a3e4c0dc
commit efc38b87de
4 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@ only_commits:
artifacts:
- path: janet-installer.exe
name: janet-v1.1.0-windows-installer.exe
name: janet-v1.2.0-windows-installer.exe
type: File
deploy:

View File

@ -1,5 +1,5 @@
# Version
!define VERSION "1.1.0"
!define VERSION "1.2.0"
!define PRODUCT_VERSION "${VERSION}.0"
VIProductVersion "${PRODUCT_VERSION}"
VIFileVersion "${PRODUCT_VERSION}"

View File

@ -20,7 +20,7 @@
project('janet', 'c',
default_options : ['c_std=c99', 'b_lundef=false', 'default_library=both'],
version : '1.1.0')
version : '1.2.0')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')

View File

@ -27,10 +27,10 @@
#define JANETCONF_H
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 1
#define JANET_VERSION_MINOR 2
#define JANET_VERSION_PATCH 0
#define JANET_VERSION_EXTRA "-dev"
#define JANET_VERSION "1.1.0-dev"
#define JANET_VERSION "1.2.0-dev"
/* #define JANET_BUILD "local" */