mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
8 lines
218 B
C
8 lines
218 B
C
#ifndef __uvs_version__
|
|
#define __uvs_version__
|
|
|
|
#define UVS2_VERSION "2.42"
|
|
#define UVS2_DATE Date(2009, 12, 8)
|
|
#define UVS2_COPYRIGHT "Copyright © 2002-2009 Ultimate Development, spol. s r.o."
|
|
|
|
#endif
|