1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-10 22:31:40 +02:00

Version bump to 1.6.8

This commit is contained in:
Ivan Savenko
2025-04-23 10:50:00 +03:00
parent e0adbb3237
commit 883d33b5bf
5 changed files with 11 additions and 4 deletions

View File

@@ -26,8 +26,8 @@ android {
minSdk = qtMinSdkVersion as Integer minSdk = qtMinSdkVersion as Integer
targetSdk = qtTargetSdkVersion as Integer // ANDROID_TARGET_SDK_VERSION in the CMake project targetSdk = qtTargetSdkVersion as Integer // ANDROID_TARGET_SDK_VERSION in the CMake project
versionCode 1670 versionCode 1680
versionName "1.6.7" versionName "1.6.8"
setProperty("archivesBaseName", "vcmi") setProperty("archivesBaseName", "vcmi")
} }

View File

@@ -1,6 +1,6 @@
set(VCMI_VERSION_MAJOR 1) set(VCMI_VERSION_MAJOR 1)
set(VCMI_VERSION_MINOR 6) set(VCMI_VERSION_MINOR 6)
set(VCMI_VERSION_PATCH 7) set(VCMI_VERSION_PATCH 8)
add_definitions( add_definitions(
-DVCMI_VERSION_MAJOR=${VCMI_VERSION_MAJOR} -DVCMI_VERSION_MAJOR=${VCMI_VERSION_MAJOR}
-DVCMI_VERSION_MINOR=${VCMI_VERSION_MINOR} -DVCMI_VERSION_MINOR=${VCMI_VERSION_MINOR}

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
vcmi (1.6.8) jammy; urgency=medium
* New upstream release
-- Ivan Savenko <saven.ivan@gmail.com> Fri, 25 Apr 2025 12:00:00 +0200
vcmi (1.6.7) jammy; urgency=medium vcmi (1.6.7) jammy; urgency=medium
* New upstream release * New upstream release

View File

@@ -1,9 +1,9 @@
# VCMI Project # VCMI Project
[![VCMI](https://github.com/vcmi/vcmi/actions/workflows/github.yml/badge.svg?branch=develop&event=push)](https://github.com/vcmi/vcmi/actions/workflows/github.yml?query=branch%3Adevelop+event%3Apush) [![VCMI](https://github.com/vcmi/vcmi/actions/workflows/github.yml/badge.svg?branch=develop&event=push)](https://github.com/vcmi/vcmi/actions/workflows/github.yml?query=branch%3Adevelop+event%3Apush)
[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.6.5/total)](https://github.com/vcmi/vcmi/releases/tag/1.6.5)
[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.6.6/total)](https://github.com/vcmi/vcmi/releases/tag/1.6.6) [![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.6.6/total)](https://github.com/vcmi/vcmi/releases/tag/1.6.6)
[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.6.7/total)](https://github.com/vcmi/vcmi/releases/tag/1.6.7) [![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.6.7/total)](https://github.com/vcmi/vcmi/releases/tag/1.6.7)
[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.6.8/total)](https://github.com/vcmi/vcmi/releases/tag/1.6.8)
[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/total)](https://github.com/vcmi/vcmi/releases) [![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/total)](https://github.com/vcmi/vcmi/releases)
VCMI is an open-source recreation of Heroes of Might & Magic III engine, giving it new and extended possibilities. VCMI is an open-source recreation of Heroes of Might & Magic III engine, giving it new and extended possibilities.

View File

@@ -90,6 +90,7 @@
</screenshots> </screenshots>
<launchable type="desktop-id">vcmilauncher.desktop</launchable> <launchable type="desktop-id">vcmilauncher.desktop</launchable>
<releases> <releases>
<release version="1.6.8" date="2025-04-25" type="stable"/>
<release version="1.6.7" date="2025-02-28" type="stable"/> <release version="1.6.7" date="2025-02-28" type="stable"/>
<release version="1.6.6" date="2025-02-21" type="stable"/> <release version="1.6.6" date="2025-02-21" type="stable"/>
<release version="1.6.5" date="2025-02-03" type="stable"/> <release version="1.6.5" date="2025-02-03" type="stable"/>