aboutsummaryrefslogtreecommitdiff
path: root/externals/gridflow/bundled/Base/GemVersion.h
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2009-11-06 18:33:57 +0000
committerN.N. <matju@users.sourceforge.net>2009-11-06 18:33:57 +0000
commit5e6bb4f4786dd39158ffe02913590cc3dea21ebd (patch)
tree17f4c83372dc450503e3106db11c473c513ab7c0 /externals/gridflow/bundled/Base/GemVersion.h
parentb4432042844d0a29f7b654245f9c17da950cd33e (diff)
remove gridflow 0.9.5
svn path=/trunk/; revision=12727
Diffstat (limited to 'externals/gridflow/bundled/Base/GemVersion.h')
-rw-r--r--externals/gridflow/bundled/Base/GemVersion.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/externals/gridflow/bundled/Base/GemVersion.h b/externals/gridflow/bundled/Base/GemVersion.h
deleted file mode 100644
index 926407f0..00000000
--- a/externals/gridflow/bundled/Base/GemVersion.h
+++ /dev/null
@@ -1,30 +0,0 @@
-#ifndef GEM_VERSION_H
-#define GEM_VERSION_H
-
-#define GEM_VERSION_MAJOR 0
-#define GEM_VERSION_MINOR 91
-#define GEM_VERSION_BUGFIX 0
-#define GEM_VERSION_CODENAME "'tigital'"
-
-
-#define STRINGIFY2(x) #x
-#define STRINGIFY(x) STRINGIFY2(x)
-
-static const char *GEM_VERSION = \
- "" STRINGIFY(GEM_VERSION_MAJOR) \
- "." STRINGIFY(GEM_VERSION_MINOR) \
- "." STRINGIFY(GEM_VERSION_BUGFIX) \
- " " GEM_VERSION_CODENAME;
-
-
-static const char *GEM_MAINTAINER = "IOhannes m zmoelnig";
-
-static const char *GEM_AUTHORS[] = {
- "Chris Clepper",
- "James Tittle",
- "IOhannes m zmoelnig"};
-
-static const char* GEM_OTHERAUTHORS =
- "Guenter Geiger, Daniel Heckenberg, Cyrille Henry, et al.";
-#endif
-