From a7fa0871bd67b653fdcf325df059a53e9c9d4fa7 Mon Sep 17 00:00:00 2001 From: quyykk Date: Tue, 18 Oct 2022 21:34:59 +0200 Subject: [PATCH] Update version number. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f15390090349..e93cd0e6a4ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ if(ES_STEAM OR ES_STEAM_X86) endif() endif() -project("Endless Sky" VERSION 0.9.16 +project("Endless Sky" VERSION 0.9.16.1 DESCRIPTION "Space exploration, trading, and combat game." HOMEPAGE_URL https://endless-sky.github.io/ LANGUAGES CXX)