Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/osirion.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/osirion.h b/src/osirion.h
new file mode 100644
index 0000000..0b9cc06
--- /dev/null
+++ b/src/osirion.h
@@ -0,0 +1,11 @@
+/* osirion.h
+ This file is part of the Osirion project and is distributed under
+ the terms and conditions of the GNU General Public License version 2
+*/
+
+#ifndef __INCLUDED_OSIRION_H__
+#define __INCLUDED_OSIRION_H__
+
+#define OSIRION_VERSION "0.0.1"
+
+#endif // __INCLUDED_OSIRION_H__