From 636ce61ceebbe1ea07784c9f5181d21b1f8db180 Mon Sep 17 00:00:00 2001 From: Petr Bena Date: Fri, 19 Jul 2024 11:58:40 +0200 Subject: [PATCH] version update --- MacOS/Info.plist | 4 ++-- README.md | 2 +- src/huggle_core/definitions_prod.hpp | 10 +++++----- windows/Huggle.nsi | 2 +- windows64/Huggle.nsi | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/MacOS/Info.plist b/MacOS/Info.plist index e68c8917e..5398161fa 100644 --- a/MacOS/Info.plist +++ b/MacOS/Info.plist @@ -15,8 +15,8 @@ CFBundleIdentifier org.wikimedia.huggle CFBundleVersion -3.4.12 +3.4.13 CFBundleShortVersionString -3.4.12 +3.4.13 diff --git a/README.md b/README.md index 4e7fb459c..b21f97d90 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ huggle3-qt-lx ============= -Huggle 3 is an anti-vandalism tool for use on [Wikipedia](https://wikipedia.org) and other [MediaWiki](https://mediawiki.org) sites, written in C++ (QT framework). It is officially supported for Windows (2000 or newer), MacOS and Linux (debian/ubuntu). +Huggle 3 is an anti-vandalism tool for use on [Wikipedia](https://wikipedia.org) and other [MediaWiki](https://mediawiki.org) sites, written in C++ (QT framework). It is officially supported for Windows (10 or newer), MacOS and Linux (debian/ubuntu). [![Build Status](https://api.travis-ci.org/huggle/huggle3-qt-lx.png?branch=master)](https://travis-ci.org/huggle/huggle3-qt-lx/) [![Build status](https://ci.appveyor.com/api/projects/status/huy2phxnc95m77sl?svg=true)](https://ci.appveyor.com/project/benapetr/huggle3-qt-lx) diff --git a/src/huggle_core/definitions_prod.hpp b/src/huggle_core/definitions_prod.hpp index 039cade0f..156c1d056 100644 --- a/src/huggle_core/definitions_prod.hpp +++ b/src/huggle_core/definitions_prod.hpp @@ -18,12 +18,12 @@ typedef long long score_ht; typedef char byte_ht; typedef long long revid_ht; -#define HUGGLE_VERSION "3.4.12" -#define HUGGLE_BYTE_VERSION_MAJOR 0x3 -#define HUGGLE_BYTE_VERSION_MINOR 0x4 -#define HUGGLE_BYTE_VERSION_RELEASE 0xC +#define HUGGLE_VERSION "3.4.13" +#define HUGGLE_BYTE_VERSION_MAJOR 0x03 +#define HUGGLE_BYTE_VERSION_MINOR 0x04 +#define HUGGLE_BYTE_VERSION_RELEASE 0x0D // format is 0xMAJOR(2)MINOR(2)RELEASE(2) so for 3.1.15 it's 0x03010F -#define HUGGLE_BYTE_VERSION 0x03040C +#define HUGGLE_BYTE_VERSION 0x03040D // Minimal version of mediawiki that we do support #define HUGGLE_SUPPORTED_MEDIAWIKI_VERSION "1.25" diff --git a/windows/Huggle.nsi b/windows/Huggle.nsi index e5f9f4a39..d2aab318e 100644 --- a/windows/Huggle.nsi +++ b/windows/Huggle.nsi @@ -9,7 +9,7 @@ !define APP_NAME "Huggle" !define COMP_NAME "Wikimedia Project" !define WEB_SITE "http://en.wikipedia.org/wiki/Wikipedia:Huggle" -!define VERSION "3.4.12.0" +!define VERSION "3.4.13.0" !define COPYRIGHT "GPL" !define DESCRIPTION "Application" !define LICENSE_TXT "gpl.txt" diff --git a/windows64/Huggle.nsi b/windows64/Huggle.nsi index 035043273..ed92c02b6 100644 --- a/windows64/Huggle.nsi +++ b/windows64/Huggle.nsi @@ -9,7 +9,7 @@ !define APP_NAME "Huggle (x64)" !define COMP_NAME "Wikimedia Project" !define WEB_SITE "http://en.wikipedia.org/wiki/Wikipedia:Huggle" -!define VERSION "3.4.12.0" +!define VERSION "3.4.13.0" !define COPYRIGHT "GPL" !define DESCRIPTION "Application" !define LICENSE_TXT "gpl.txt"