mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-24 21:01:15 +00:00
Print an obviously different version string to reduce confusion
This commit is contained in:
parent
83395455e6
commit
d1b5490344
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#define ZDRAY_VERSION "1.0"
|
#define ZDRAY_VERSION "0.1 (DISDAIN demo)"
|
||||||
|
|
||||||
enum EBlockmapMode
|
enum EBlockmapMode
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue