Skip to content

Commit

Permalink
Updated version number to 16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
xmichelo committed Dec 31, 2022
1 parent 106edf4 commit 1f24a1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Beeftext/Beeftext.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ IDI_ICON1 ICON DISCARDABLE "Resources/BeeftextIcon.ico"
#include <windows.h>

// Do not modify the two following macros, they're auto-updated by the version number update PowerShell script
#define VERSION_NUMBER 15,0,0,0
#define VERSION_STRING "15.0\0"
#define VERSION_NUMBER 16,0,0,0
#define VERSION_STRING "16.0\0"

VS_VERSION_INFO VERSIONINFO
FILEVERSION VERSION_NUMBER
Expand Down
2 changes: 1 addition & 1 deletion Beeftext/BeeftextConstants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
namespace constants {


xmilib::VersionNumber const kVersionNumber(15, 0);
xmilib::VersionNumber const kVersionNumber(16, 0);
QString const kApplicationName = "Beeftext";
QString const kOrganizationName = "beeftext.org";
QString const kBeeftextWikiHomeUrl = "https://github.com/xmichelo/Beeftext/wiki";
Expand Down
2 changes: 1 addition & 1 deletion Installer/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
!define WEBSITE "https://beeftext.org"
!define AUTHOR "Xavier Michelon"
!define COMPANY "beeftext.org"
!define VERSION_MAJOR 15
!define VERSION_MAJOR 16
!define VERSION_MINOR 0
!define APP_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}"
!define LEFT_IMAGE_PATH "${RESOURCES_DIR}\installerLeftImage.bmp"
Expand Down

0 comments on commit 1f24a1c

Please sign in to comment.