Skip to content

Commit

Permalink
Updated versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
dashodanger committed Jan 20, 2023
1 parent 316c5a1 commit ae21f4b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Binary file modified edge-defs.wad
Binary file not shown.
8 changes: 4 additions & 4 deletions source_files/edge/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@

#define TITLE "EDGE-Classic"

#define EDGEVER 130
#define EDGEVERHEX 0x130
#define EDGEVERSTR "1.30"
#define EDGEVER 131
#define EDGEVERHEX 0x131
#define EDGEVERSTR "1.31"

// patch level (Savegames and Demos)
#define EDGEPATCH 1

// -ES- 2000/03/04 The version of EDGE.WAD we require.
#define EDGE_WAD_VERSION 130
#define EDGE_WAD_VERSION 131

//--- editor settings ---
// vi:ts=4:sw=4:noexpandtab
10 changes: 5 additions & 5 deletions source_files/edge/w32_res.rc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ MAIN_MENU MENU DISCARDABLE
MAIN_ICON ICON "edge-classic.ico"

1 VERSIONINFO
FILEVERSION 1, 3, 0, 0
PRODUCTVERSION 1, 3, 0, 0
FILEVERSION 1, 3, 1, 0
PRODUCTVERSION 1, 3, 1, 0
FILEFLAGSMASK 0x0
FILEOS 0x40004 // VOS_NT_WINDOWS32
FILETYPE 1 // VFT_APP
Expand All @@ -32,12 +32,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "The EDGE Team\0"
VALUE "FileDescription", "Enhanced Doom Gaming Engine - Classic Edition\0"
VALUE "FileVersion", "1.30\0"
VALUE "InternalName", "EDGE130\0"
VALUE "FileVersion", "1.31\0"
VALUE "InternalName", "EDGE131\0"
VALUE "LegalCopyright", "\251 The EDGE Team, et al., GNU General Public License v2\0"
VALUE "OriginalFilename", "EDGE-CLASSIC.EXE\0"
VALUE "ProductName", "EDGE-CLASSIC\0"
VALUE "ProductVersion", "1.30\0"
VALUE "ProductVersion", "1.31\0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit ae21f4b

Please sign in to comment.