Skip to content

Commit

Permalink
Bump version to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dail8859 committed Jun 7, 2019
1 parent 7ef9441 commit bebbeda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.2.0.{build}
version: 1.3.0.{build}
image: Visual Studio 2017

platform:
Expand Down
8 changes: 4 additions & 4 deletions src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

#define VERSION_NUM 1,2,0,0
#define VERSION_LINEAR 1200
#define VERSION_LINEAR_TEXT TEXT("1200")
#define VERSION_TEXT TEXT("1.2") // This must match the tag pushed on the server minus the "v"
#define VERSION_NUM 1,3,0,0
#define VERSION_LINEAR 1300
#define VERSION_LINEAR_TEXT TEXT("1300")
#define VERSION_TEXT TEXT("1.3") // This must match the tag pushed on the server minus the "v"
#define VERSION_STAGE TEXT("") // "alpha", "beta", ""

0 comments on commit bebbeda

Please sign in to comment.