mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-03 16:44:53 -06:00
8 lines
217 B
C
8 lines
217 B
C
#ifndef __uvs_version__
|
|
#define __uvs_version__
|
|
|
|
#define UVS2_VERSION "2.41"
|
|
#define UVS2_DATE Date(2008, 3, 7)
|
|
#define UVS2_COPYRIGHT "Copyright © 2002-2007 Ultimate Development, spol. s r.o."
|
|
|
|
#endif
|