Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stronnag committed Jan 5, 2025
1 parent e0fa7f5 commit 25ba3d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('mwptools', 'vala', 'c', version : '25.01.04', meson_version : '>= 1.4.0')
project('mwptools', 'vala', 'c', version : '25.01.05', meson_version : '>= 1.4.0')

nogo = get_option('nogo')
force_s = get_option('force-static')
Expand Down
8 changes: 4 additions & 4 deletions src/mwp/winres.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
2 ICON "../../data/mwp.ico"

1 VERSIONINFO
FILEVERSION 25,01,4,0
FILEVERSION 25,01,4,0
FILEVERSION 25,01,5,0
FILEVERSION 25,01,5,0
FILEOS 0x40004
FILETYPE 1
{
Expand All @@ -12,12 +12,12 @@ FILETYPE 1
{
VALUE "CompanyName", "Stronnag MegaCorp"
VALUE "FileDescription", "mwp"
VALUE "FileVersion", "25.01.04"
VALUE "FileVersion", "25.01.05"
VALUE "InternalName", "mwp GCS and MissionPlanner"
VALUE "LegalCopyright", "Copyright (c) 2014-2025 Jonathan Hudson"
VALUE "OriginalFilename", "mwp.exe"
VALUE "ProductName", "mwptools"
VALUE "ProductVersion", "25.01.04"
VALUE "ProductVersion", "25.01.05"
VALUE "Comments", "Licence GPL3 or later"
}
}
Expand Down

0 comments on commit 25ba3d2

Please sign in to comment.