Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
benapetr committed Feb 5, 2023
1 parent 9e20f23 commit 8bfa922
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions MacOS/Info.plist
Expand Up @@ -15,8 +15,8 @@
<key>CFBundleIdentifier</key>
<string>org.wikimedia.huggle</string>
<key>CFBundleVersion</key>
<string>3.4.11</string>
<string>3.4.12</string>
<key>CFBundleShortVersionString</key>
<string>3.4.11</string>
<string>3.4.12</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: huggle
version: "3.4.11"
version: "3.4.12"
summary: Diff browser for MediaWiki based websites intended to deal with vandalism
description: Diff browser for MediaWiki based websites intended to deal with vandalism
confinement: strict
Expand Down
2 changes: 1 addition & 1 deletion src/CPackInfo
Expand Up @@ -7,7 +7,7 @@ set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/Resources/huggle.ico")
set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/build/summary")
set(CPACK_PACKAGE_VERSION_MAJOR "3")
set(CPACK_PACKAGE_VERSION_MINOR "4")
set(CPACK_PACKAGE_VERSION_PATCH "11")
set(CPACK_PACKAGE_VERSION_PATCH "12")
if ("${CMAKE_SYSTEM}" MATCHES "Linux")
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Petr Bena (benapetr@gmail.com)")
set(CPACK_GENERATOR "DEB")
Expand Down
6 changes: 3 additions & 3 deletions src/huggle_core/definitions_prod.hpp
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.11"
#define HUGGLE_VERSION "3.4.12"
#define HUGGLE_BYTE_VERSION_MAJOR 0x3
#define HUGGLE_BYTE_VERSION_MINOR 0x4
#define HUGGLE_BYTE_VERSION_RELEASE 0xB
#define HUGGLE_BYTE_VERSION_RELEASE 0xC
// format is 0xMAJOR(2)MINOR(2)RELEASE(2) so for 3.1.15 it's 0x03010F
#define HUGGLE_BYTE_VERSION 0x03040B
#define HUGGLE_BYTE_VERSION 0x03040C

// 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
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.11.0"
!define VERSION "3.4.12.0"
!define COPYRIGHT "GPL"
!define DESCRIPTION "Application"
!define LICENSE_TXT "gpl.txt"
Expand Down
2 changes: 1 addition & 1 deletion windows64/Huggle.nsi
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.11.0"
!define VERSION "3.4.12.0"
!define COPYRIGHT "GPL"
!define DESCRIPTION "Application"
!define LICENSE_TXT "gpl.txt"
Expand Down

0 comments on commit 8bfa922

Please sign in to comment.