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/golded3/mygolded.__h

54 lines
1.7 KiB
Plaintext
Raw Normal View History

2000-02-25 11:04:07 +00:00
// ------------------------------------------------------------------
// GoldED+
// Personalized strings.
// ------------------------------------------------------------------
// $Id$
// ------------------------------------------------------------------
// Please do not modify this file. It's just a template for your
// local "mygolded.h" settings file. So please change your copy only.
// ------------------------------------------------------------------
// Please edit these fields to match your real name
#undef __GVER_VENDOR_NAME__
#define __GVER_VENDOR_NAME__ "Put in your full name here"
#undef __GVER_VENDOR_FIDO__
#define __GVER_VENDOR_FIDO__ "your Fidonet-AKA"
#undef __GVER_VENDOR_EMAIL__
#define __GVER_VENDOR_EMAIL__ "your email@address"
// ------------------------------------------------------------------
// 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 personal 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__ ""
#undef __GVER_POSTVERSION__
#define __GVER_POSTVERSION__ ""
__GVER__(1,1,5)
2000-02-25 11:04:07 +00:00
// ------------------------------------------------------------------