mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 04:50:26 +00:00
75b7db858f
- Added more output to zipdir and a -q option to turn it off. - Added -u option to zipdir to only recompress those files in a zip that have changed. - Added -d and -f options to zipdir. -d forces deflate compression, and -f forces a write of the zip, even if it's newer than all the files it contains. - Added support for bzip2 and LZMA compression to zipdir. SVN r1468 (trunk)
7 lines
261 B
C
7 lines
261 B
C
#define MY_VER_MAJOR 4
|
|
#define MY_VER_MINOR 65
|
|
#define MY_VER_BUILD 0
|
|
#define MY_VERSION "4.65"
|
|
#define MY_DATE "2009-02-03"
|
|
#define MY_COPYRIGHT ": Igor Pavlov : Public domain"
|
|
#define MY_VERSION_COPYRIGHT_DATE MY_VERSION " " MY_COPYRIGHT " : " MY_DATE
|