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:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
@@ -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)
|
||||||
|
Reference in New Issue
Block a user