bump version to 1.0

This commit is contained in:
zeffy
2018-02-09 14:38:40 -08:00
parent 450fb87025
commit 3f8b639d5b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
version: 0.9.999.{build} version: 1.0.0.{build}
branches: branches:
only: only:
- master - master

View File

@@ -2,10 +2,10 @@
#define WUFUC_RCH_INCLUDED #define WUFUC_RCH_INCLUDED
#pragma once #pragma once
#ifndef BUILD_COMMIT_VERSION #ifndef BUILD_COMMIT_VERSION
#define BUILD_COMMIT_VERSION 0.9.999.0 #define BUILD_COMMIT_VERSION 1.0.0.0
#endif #endif
#ifndef BUILD_VERSION_COMMA #ifndef BUILD_VERSION_COMMA
#define BUILD_VERSION_COMMA 0,9,999,0 #define BUILD_VERSION_COMMA 1.0.0.0
#endif #endif
#define STRINGIZE_(x) #x #define STRINGIZE_(x) #x
#define STRINGIZE(x) STRINGIZE_(x) #define STRINGIZE(x) STRINGIZE_(x)