From c5173bbfc441bab917e0b295349d2e4180c20733 Mon Sep 17 00:00:00 2001 From: sean0921 Date: Tue, 7 Apr 2020 22:31:03 +0800 Subject: [PATCH] release version 2020.407.1 --- windres/version.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windres/version.rc b/windres/version.rc index 6e41a66..7660c24 100644 --- a/windres/version.rc +++ b/windres/version.rc @@ -1,8 +1,8 @@ -#define VERSION_STR "2020.407.0.900" +#define VERSION_STR "2020.407.1" #define MAJOR_VERSION 2020 #define MINOR_VERSION 407 -#define MICRO_VERSION 0 -#define NANO_VERSION 900 +#define MICRO_VERSION 1 +#define NANO_VERSION 0 1 VERSIONINFO FILEVERSION MAJOR_VERSION,MINOR_VERSION,MICRO_VERSION,NANO_VERSION