This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/contrib/Unix/mygolded.h

47 lines
1.4 KiB
C

// ------------------------------------------------------------------
// GoldED+
// Personalized strings.
// ------------------------------------------------------------------
#undef __GVER_VENDOR_NAME__
#define __GVER_VENDOR_NAME__ "Serguei E. Leontiev"
#undef __GVER_VENDOR_FIDO__
#define __GVER_VENDOR_FIDO__ "2:5020/400"
#undef __GVER_VENDOR_EMAIL__
#define __GVER_VENDOR_EMAIL__ "leo@sai.msu.ru"
// ------------------------------------------------------------------
// If you have an important message every user should read, put it
// here in. If you don't, leave it as default. ;-)
#undef __GVER_RELEASENAME__
#define __GVER_RELEASENAME__ __GVER_VENDOR_NAME__"\'s alt-ctr-shift public test edition"
// ------------------------------------------------------------------
// It is highly recommended to leave these fields unchanged.
// They are reserved for future use.
#undef __GVER_PRENAME__
#define __GVER_PRENAME__ ""
#undef __GVER_POSTNAME__
#define __GVER_POSTNAME__ "+"
#undef __GVER_PRESHORTNAME__
#define __GVER_PRESHORTNAME__ ""
#undef __GVER_POSTSHORTNAME__
#define __GVER_POSTSHORTNAME__ "+"
// ------------------------------------------------------------------
// Version numbers.
#undef __GVER_PREVERSION__
#define __GVER_PREVERSION__ "acshift-leo-"
#undef __GVER_POSTVERSION__
#define __GVER_POSTVERSION__ ""
__GVER__(1,1,5)
// ------------------------------------------------------------------