Skip to content

Commit d63d720

Browse files
- version g4.13pre
1 parent 38f14cc commit d63d720

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

libraries/bzip2/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ add_library( bz2 STATIC
1313
decompress.c
1414
huffman.c
1515
randtable.c )
16+
link_libraries("-static")
1617
target_link_libraries( bz2 )

src/version.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ const char *GetVersionString();
4141

4242
/** Lots of different version numbers **/
4343

44-
#define VERSIONSTR "4.12pre"
44+
#define VERSIONSTR "4.13pre"
4545

4646
// The version as seen in the Windows resource
47-
#define RC_FILEVERSION 4,11,9999,0
48-
#define RC_PRODUCTVERSION 4,11,9999,0
47+
#define RC_FILEVERSION 4,12,9999,0
48+
#define RC_PRODUCTVERSION 4,12,9999,0
4949
#define RC_PRODUCTVERSION2 VERSIONSTR
5050
// These are for content versioning.
5151
#define VER_MAJOR 4
52-
#define VER_MINOR 12
52+
#define VER_MINOR 13
5353
#define VER_REVISION 0
5454

5555
// This should always refer to the GZDoom version a derived port is based on and not reflect the derived port's version number!
5656
#define ENG_MAJOR 4
57-
#define ENG_MINOR 12
57+
#define ENG_MINOR 13
5858
#define ENG_REVISION 0
5959

6060
// Version identifier for network games.

0 commit comments

Comments
 (0)