From faa27f84c3159e1e18dd407e6d8aef7f70515e9a Mon Sep 17 00:00:00 2001 From: Samuli Vuorinen Date: Mon, 29 Jul 2019 22:38:55 +0300 Subject: [PATCH] Bump version number --- CHANGELOG.md | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 299a7ab..7f56aea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 2.4.0 - 2019-07-29 ### Added - Show error dialog and exit if GPU does not support OpenGL 4.4 diff --git a/appveyor.yml b/appveyor.yml index 14857b8..412de44 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '2.3.1-{build}' +version: '2.4.0-{build}' branches: only: - master