bump version to 1.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version: 0.9.999.{build}
|
||||
version: 1.0.0.{build}
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
@@ -2,10 +2,10 @@
|
||||
#define WUFUC_RCH_INCLUDED
|
||||
#pragma once
|
||||
#ifndef BUILD_COMMIT_VERSION
|
||||
#define BUILD_COMMIT_VERSION 0.9.999.0
|
||||
#define BUILD_COMMIT_VERSION 1.0.0.0
|
||||
#endif
|
||||
#ifndef BUILD_VERSION_COMMA
|
||||
#define BUILD_VERSION_COMMA 0,9,999,0
|
||||
#define BUILD_VERSION_COMMA 1.0.0.0
|
||||
#endif
|
||||
#define STRINGIZE_(x) #x
|
||||
#define STRINGIZE(x) STRINGIZE_(x)
|
||||
|
Reference in New Issue
Block a user