- Added patchlevel.h
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Thu, 25 Dec 2014 17:51:12 +0000 (17:51 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Thu, 25 Dec 2014 17:51:12 +0000 (17:51 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5129 82007160-df01-0410-b94d-b575c5fd34c7

src/patchlevel.h [new file with mode: 0644]

diff --git a/src/patchlevel.h b/src/patchlevel.h
new file mode 100644 (file)
index 0000000..25e533f
--- /dev/null
@@ -0,0 +1,8 @@
+/*! \file patchlevel.h
+ * \brief A header defining the patchlevel.
+ * \version $Id: patchlevel.h 4772 2014-10-20 18:04:30Z michael $
+ */
+
+#ifndef PATCHLEVEL
+#define PATCHLEVEL   "hopm-1.0.0beta1"
+#endif