Skip to content

Commit

Permalink
update version number to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fxdeniz committed Sep 7, 2023
1 parent 120b51a commit 54e0fe5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ void MainWindow::on_menuAction_DebugFileMonitor_triggered()
void MainWindow::on_menuAction_AboutApp_triggered()
{
QString title = tr("About NeSync");
QString message = tr("<center><h1>NeSync 1.8.0 [Pre-Alpha]</h1><center/>"
QString message = tr("<center><h1>NeSync 1.8.1 [Pre-Alpha]</h1><center/>"
"<hr>"
"Thanks for using NeSync.<br>"
"This is a <b>pre-alpha version</b>, <b>DO NOT USE</b> for critical things.<br>"
Expand Down
2 changes: 1 addition & 1 deletion Installer/nsis_script.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Unicode True
!define APP_NAME "NeSync"
!define COMP_NAME "Deniz Yilmazok (github.com/fxdeniz)"
!define WEB_SITE "github.com/fxdeniz/NeSync"
!define VERSION "1.8.0.0"
!define VERSION "1.8.1.0"
!define COPYRIGHT "2023 - Deniz Yilmazok, GPLv3"
!define DESCRIPTION "NeSync Installer"
!define INSTALLER_NAME "${BIN_SOURCE_DIR}\nesync_${VERSION}_win64_setup.exe"
Expand Down
8 changes: 4 additions & 4 deletions Resources/res_win.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
IDI_ICON1 ICON "app_icon.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,8,0,0
PRODUCTVERSION 1,8,0,0
FILEVERSION 1,8,1,0
PRODUCTVERSION 1,8,1,0
FILEFLAGS 0x0L
FILEFLAGSMASK 0x3fL
FILEOS 0x00040004L
Expand All @@ -17,12 +17,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Deniz Yilmazok (github.com/fxdeniz)"
VALUE "FileDescription", "NeSync - Local file sync & backups"
VALUE "FileVersion", "1.8.0.0"
VALUE "FileVersion", "1.8.1.0"
VALUE "LegalCopyright", "2023 - Deniz Yilmazok, GPLv3"
VALUE "InternalName", "NeSync"
VALUE "OriginalFilename", "NeSync.exe"
VALUE "ProductName", "NeSync"
VALUE "ProductVersion", "1.8.0.0"
VALUE "ProductVersion", "1.8.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 54e0fe5

Please sign in to comment.