From cac641d5f86668c5ccca2a15e23c99388d94f468 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 5 Aug 2018 19:37:51 +1000 Subject: [PATCH] Bump version. --- source/dred/dred_build_config.h | 4 ++-- source/website/_drwebgen/config.drwebgen | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/dred/dred_build_config.h b/source/dred/dred_build_config.h index f013978..89ea957 100644 --- a/source/dred/dred_build_config.h +++ b/source/dred/dred_build_config.h @@ -2,8 +2,8 @@ #define DRED_VERSION_MAJOR 0 #define DRED_VERSION_MINOR 4 -#define DRED_VERSION_REVISION 1 -#define DRED_VERSION_STRING "0.4.1" +#define DRED_VERSION_REVISION 2 +#define DRED_VERSION_STRING "0.4.2" #define DRED_PRODUCT_NAME "dred" #define DRED_PRODUCT_DESCRIPTION "dred" #define DRED_COMPANY_NAME "David Reid" diff --git a/source/website/_drwebgen/config.drwebgen b/source/website/_drwebgen/config.drwebgen index 9b259f3..066ac95 100644 --- a/source/website/_drwebgen/config.drwebgen +++ b/source/website/_drwebgen/config.drwebgen @@ -1,3 +1,3 @@ author "David Reid" google-analytics-tracking-id UA-81135233-1 -download-link-win64 "https://github.com/dr-soft/dred/releases/download/0.4.1/dred.exe" \ No newline at end of file +download-link-win64 "https://github.com/dr-soft/dred/releases/download/0.4.2/dred.exe" \ No newline at end of file