Skip to content

Commit

Permalink
1.2 -> 1.21 versioning update
Browse files Browse the repository at this point in the history
  • Loading branch information
dashodanger committed Sep 5, 2022
1 parent 7d527da commit 04c290b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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 120
#define EDGEVERHEX 0x120
#define EDGEVERSTR "1.2"
#define EDGEVER 121
#define EDGEVERHEX 0x121
#define EDGEVERSTR "1.21"

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

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

//--- editor settings ---
// vi:ts=4:sw=4:noexpandtab
12 changes: 6 additions & 6 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, 2, 0, 0
PRODUCTVERSION 1, 2, 0, 0
FILEVERSION 1, 2, 1, 0
PRODUCTVERSION 1, 2, 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-Classic Community\0"
VALUE "FileDescription", "Enhanced Doom Gaming Engine - Classic Branch\0"
VALUE "FileVersion", "1.2\0"
VALUE "InternalName", "EDGE120\0"
VALUE "LegalCopyright", "\251 The EDGE Team, et al., GNU General Public License\0"
VALUE "FileVersion", "1.21\0"
VALUE "InternalName", "EDGE121\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.2\0"
VALUE "ProductVersion", "1.21\0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 04c290b

Please sign in to comment.