From 9df0cea1c417517f757c353bae607b6e29f687af Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 25 Jul 2021 01:46:54 +0200 Subject: [PATCH] Bump to version 2.0.0 --- CHANGELOG.md | 5 ++++- Makefile | 2 +- export_presets.cfg | 8 ++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 636b39f..36ef294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.0.0] - 2021-07-25 + ### Added - The welcome GUI and HUD elements now scale to match higher resolutions. @@ -41,4 +43,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial versioned release. -[Unreleased]: https://github.com/Calinou/godot-sponza/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/Calinou/godot-sponza/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/Calinou/godot-sponza/compare/v1.0.0...v2.0.0 diff --git a/Makefile b/Makefile index e5b0fe6..dfb3afa 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ all: dist-linux dist-macos dist-windows PHONY: all name = godot-sponza -version = 1.0.0 +version = 2.0.0 # Export and package for Linux dist-linux: diff --git a/export_presets.cfg b/export_presets.cfg index d865371..79b7323 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -18,8 +18,8 @@ binary_format/64_bits=true custom_template/release="" custom_template/debug="" application/icon="" -application/file_version="1.0.0" -application/product_version="1.0.0" +application/file_version="2.0.0.0" +application/product_version="2.0.0.0" application/company_name="Hugo Locurcio" application/product_name="Godot Sponza" application/file_description="" @@ -46,8 +46,8 @@ application/info="Made with Godot Engine" application/icon="" application/identifier="pro.hugo.godot-sponza" application/signature="godot-sponza" -application/short_version="1.0.0" -application/version="1.0.0" +application/short_version="2.0.0" +application/version="2.0.0" application/copyright="" display/high_res=true texture_format/s3tc=true