Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
benapetr committed Dec 9, 2018
1 parent d4a3aab commit 00971bb
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<key>CFBundleIdentifier</key>
<string>org.wikimedia.huggle</string>
<key>CFBundleVersion</key>
<string>3.4.5</string>
<string>3.4.6</string>
<key>CFBundleShortVersionString</key>
<string>3.4.5</string>
<string>3.4.6</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: huggle
version: "3.4.5"
version: "3.4.6"
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
Original file line number Diff line number Diff line change
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 "5")
set(CPACK_PACKAGE_VERSION_PATCH "6")
if ("${CMAKE_SYSTEM}" MATCHES "Linux")
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Petr Bena ([email protected])")
set(CPACK_GENERATOR "DEB")
Expand Down
6 changes: 3 additions & 3 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.5"
#define HUGGLE_VERSION "3.4.6"
#define HUGGLE_BYTE_VERSION_MAJOR 0x3
#define HUGGLE_BYTE_VERSION_MINOR 0x4
#define HUGGLE_BYTE_VERSION_RELEASE 0x5
#define HUGGLE_BYTE_VERSION_RELEASE 0x6
// format is 0xMAJOR(2)MINOR(2)RELEASE(2) so for 3.1.15 it's 0x03010F
#define HUGGLE_BYTE_VERSION 0x030405
#define HUGGLE_BYTE_VERSION 0x030406

// 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.5.0"
!define VERSION "3.4.6.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.5.0"
!define VERSION "3.4.6.0"
!define COPYRIGHT "GPL"
!define DESCRIPTION "Application"
!define LICENSE_TXT "gpl.txt"
Expand Down

0 comments on commit 00971bb

Please sign in to comment.