From 901b13af582184588d7d825767b010737f5aa14f Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sat, 30 Sep 2017 17:23:04 +0200 Subject: [PATCH] Bump version to v0.10.2 Changelog for v0.10.2: * Fix crash on connection retry * Don't erase password when opening settings * Clean up server settings layout * Slightly improved fonts settings layout * New logo * Added uk.catkeys. Thanks Lan72. --- src/Makefile | 2 +- src/Vision.rdef | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index e3ce117..9374e62 100644 --- a/src/Makefile +++ b/src/Makefile @@ -6,7 +6,7 @@ # The name of the binary. NAME = Vision -VERSION := 0.10.1 +VERSION := 0.10.2 TARGET_DIR = ../dist # The type of binary, must be one of: diff --git a/src/Vision.rdef b/src/Vision.rdef index d965c56..6c1c909 100644 --- a/src/Vision.rdef +++ b/src/Vision.rdef @@ -5,7 +5,7 @@ resource app_flags B_EXCLUSIVE_LAUNCH; resource app_version { major = 0, middle = 10, - minor = 1, + minor = 2, // B_APPV_DEVELOPMENT // B_APPV_ALPHA