Skip to content

Commit 157b6b0

Browse files
version bump
1 parent 1bc3371 commit 157b6b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/cryptonotewallet.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ IDI_ICON1 ICON "images\FanG.ico"
22

33
#include <windows.h>
44

5-
#define VER_FILEVERSION 3,0,0,0
6-
#define VER_FILEVERSION_STR "3.0.0.0\0"
7-
#define VER_PRODUCTVERSION 3,0,0
8-
#define VER_PRODUCTVERSION_STR "3.0.0\0"
5+
#define VER_FILEVERSION 3,0,2,0
6+
#define VER_FILEVERSION_STR "3.0.2.0\0"
7+
#define VER_PRODUCTVERSION 3,0,2
8+
#define VER_PRODUCTVERSION_STR "3.0.2\0"
99
#define VER_FILEDESCRIPTION_STR "FanGo"
1010
#define VER_INTERNALNAME_STR "FandomGold"
1111
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2018-2019 Fandom Gold Project"

0 commit comments

Comments
 (0)