mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-13 11:40:38 +02:00
Version bump to 1.6.5
This commit is contained in:
parent
36befda750
commit
d72911dd1d
@ -26,8 +26,8 @@ android {
|
||||
minSdk = qtMinSdkVersion as Integer
|
||||
targetSdk = qtTargetSdkVersion as Integer // ANDROID_TARGET_SDK_VERSION in the CMake project
|
||||
|
||||
versionCode 1642
|
||||
versionName "1.6.4"
|
||||
versionCode 1650
|
||||
versionName "1.6.5"
|
||||
|
||||
setProperty("archivesBaseName", "vcmi")
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
set(VCMI_VERSION_MAJOR 1)
|
||||
set(VCMI_VERSION_MINOR 6)
|
||||
set(VCMI_VERSION_PATCH 4)
|
||||
set(VCMI_VERSION_PATCH 5)
|
||||
add_definitions(
|
||||
-DVCMI_VERSION_MAJOR=${VCMI_VERSION_MAJOR}
|
||||
-DVCMI_VERSION_MINOR=${VCMI_VERSION_MINOR}
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
vcmi (1.6.5) jammy; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Ivan Savenko <saven.ivan@gmail.com> Mon, 3 Feb 2025 12:00:00 +0200
|
||||
|
||||
vcmi (1.6.4) jammy; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
|
@ -1,9 +1,9 @@
|
||||
# VCMI Project
|
||||
|
||||
[](https://github.com/vcmi/vcmi/actions/workflows/github.yml?query=branch%3Adevelop+event%3Apush)
|
||||
[](https://github.com/vcmi/vcmi/releases/tag/1.6.2)
|
||||
[](https://github.com/vcmi/vcmi/releases/tag/1.6.3)
|
||||
[](https://github.com/vcmi/vcmi/releases/tag/1.6.4)
|
||||
[](https://github.com/vcmi/vcmi/releases/tag/1.6.5)
|
||||
[](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.
|
||||
|
@ -90,6 +90,7 @@
|
||||
</screenshots>
|
||||
<launchable type="desktop-id">vcmilauncher.desktop</launchable>
|
||||
<releases>
|
||||
<release version="1.6.5" date="2025-02-03" type="stable"/>
|
||||
<release version="1.6.4" date="2025-01-31" type="stable"/>
|
||||
<release version="1.6.3" date="2025-01-10" type="stable"/>
|
||||
<release version="1.6.2" date="2025-01-03" type="stable"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user