57 lines
1.9 KiB
Diff
57 lines
1.9 KiB
Diff
--- /dev/null
|
|
+++ b/golded3/mygolded.h
|
|
@@ -0,0 +1,53 @@
|
|
+
|
|
+// ------------------------------------------------------------------
|
|
+// 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)
|
|
+
|
|
+// ------------------------------------------------------------------
|