From 948ed595e7906e678db824311994d8efed3f5627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 12 Sep 2020 12:02:55 +0200 Subject: [PATCH] Bump version number to 9.7.1 --- CHANGELOG.md | 2 ++ common/yacreader_global.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1ccdcf7..e76a4978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ spanish only. Sorry for the mess. Version counting is based on semantic versioning (Major.Feature.Patch) ## WIP + +## 9.7.1 ### YACReader * Fix enlargement/stretching default value diff --git a/common/yacreader_global.h b/common/yacreader_global.h index 2d8cecdc..e52d73a7 100644 --- a/common/yacreader_global.h +++ b/common/yacreader_global.h @@ -3,7 +3,7 @@ #include -#define VERSION "9.7.0" +#define VERSION "9.7.1" #define REMOTE_BROWSE_PERFORMANCE_WORKAROUND "REMOTE_BROWSE_PERFORMANCE_WORKAROUND"