mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
10 lines
253 B
C
10 lines
253 B
C
#ifndef _coff_uar_version_h_
|
|
#define _coff_uar_version_h_
|
|
|
|
#define UAR_VERSION_MAJOR 1
|
|
#define UAR_VERSION_MINOR 0
|
|
#define UAR_VERSION_RELEASE 4
|
|
#define UAR_DATE Date(2008, 3, 25)
|
|
#define UAR_COPYRIGHT "Copyright (c) 2003,2004,2008 Tomas Rylek"
|
|
|
|
#endif
|