Browse Source

Prepare 1.7.2 release

Ivan Savenko 3 weeks ago
parent
commit
f32e255a7d
4 changed files with 5 additions and 3 deletions
  1. 1 1
      android/vcmi-app/build.gradle
  2. 1 1
      debian/changelog
  3. 2 0
      docs/Readme.md
  4. 1 1
      launcher/eu.vcmi.VCMI.metainfo.xml

+ 1 - 1
android/vcmi-app/build.gradle

@@ -35,7 +35,7 @@ android {
 		minSdk = qtMinSdkVersion as Integer
 		targetSdk = qtTargetSdkVersion as Integer // ANDROID_TARGET_SDK_VERSION in the CMake project
 
-        versionCode 1721
+        versionCode 1724
 		versionName "1.7.2"
 	}
 

+ 1 - 1
debian/changelog

@@ -2,7 +2,7 @@ vcmi (1.7.2) jammy; urgency=medium
 
   * New upstream release
 
- -- Ivan Savenko <[email protected]>  Fri, 6 Feb 2025 12:00:00 +0200
+ -- Ivan Savenko <[email protected]>  Fri, 13 Feb 2025 12:00:00 +0200
 
 vcmi (1.7.1) jammy; urgency=medium
 

+ 2 - 0
docs/Readme.md

@@ -2,6 +2,8 @@
 
 [![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.7.0/total)](https://github.com/vcmi/vcmi/releases/tag/1.7.0)
+[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.7.1/total)](https://github.com/vcmi/vcmi/releases/tag/1.7.1)
+[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.7.2/total)](https://github.com/vcmi/vcmi/releases/tag/1.7.2)
 [![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.

+ 1 - 1
launcher/eu.vcmi.VCMI.metainfo.xml

@@ -90,7 +90,7 @@
 	</screenshots>
 	<launchable type="desktop-id">vcmilauncher.desktop</launchable>
 	<releases>
-	    <release version="1.7.2" date="2025-02-06" type="stable"/>
+	    <release version="1.7.2" date="2025-02-13" type="stable"/>
 		<release version="1.7.1" date="2025-12-31" type="stable"/>
 		<release version="1.7.0" date="2025-12-25" type="stable"/>
 		<release version="1.6.8" date="2025-04-25" type="stable"/>