Skip to content

Commit

Permalink
Update version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostshake committed Dec 23, 2023
1 parent 545f678 commit 682e938
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion WMVx/Build.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#pragma once

#define WMVX_BUILD "0.2.1"
#define WMVX_BUILD "0.2.2"
8 changes: 4 additions & 4 deletions WMVx/WMVx.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ IDI_ICON1 ICON DISCARDABLE "WMVx.ico"
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,2,1,0
PRODUCTVERSION 0,2,1,0
FILEVERSION 0,2,2,0
PRODUCTVERSION 0,2,2,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileVersion", "0.2.1"
VALUE "FileVersion", "0.2.2"
VALUE "ProductName", "WMVx"
VALUE "ProductVersion", "0.2.1"
VALUE "ProductVersion", "0.2.2"
END
END
END

0 comments on commit 682e938

Please sign in to comment.