Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
benapetr committed Jul 19, 2024
1 parent 6fedbb1 commit 636ce61
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions MacOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundleIdentifier</key>
<string>org.wikimedia.huggle</string>
<key>CFBundleVersion</key>
<string>3.4.12</string>
<string>3.4.13</string>
<key>CFBundleShortVersionString</key>
<string>3.4.12</string>
<string>3.4.13</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
10 changes: 5 additions & 5 deletions src/huggle_core/definitions_prod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion windows/Huggle.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion windows64/Huggle.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 636ce61

Please sign in to comment.