From e6cf69ec9a63875ed2f83c86fcedc656ed638669 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 28 Jan 2020 01:21:09 -0800 Subject: [PATCH] Increment version Forgetting to increment version will cause the update checker to announce an update on every startup. --- PTA/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PTA/version.h b/PTA/version.h index ceb2217..98dbaeb 100644 --- a/PTA/version.h +++ b/PTA/version.h @@ -1,5 +1,5 @@ #pragma once -#define VER_FILEVERSION 0, 1, 9, 1 -#define VER_PRODUCTVERSION 0, 1, 9, 1 -#define VER_STRING "v0.1.9.1" +#define VER_FILEVERSION 0, 1, 10, 1 +#define VER_PRODUCTVERSION 0, 1, 10, 1 +#define VER_STRING "v0.1.10.1"