summaryrefslogtreecommitdiffstats
path: root/src/version.h
diff options
context:
space:
mode:
authorJohann Latocha2011-11-29 15:06:45 +0100
committerJohann Latocha2011-11-29 15:06:45 +0100
commit9970fb00c79834703bc990d052439290338467be (patch)
tree9311a9c766193464b269894b18b7dd4f967652a0 /src/version.h
downloaddnbd3-9970fb00c79834703bc990d052439290338467be.tar.gz
dnbd3-9970fb00c79834703bc990d052439290338467be.tar.xz
dnbd3-9970fb00c79834703bc990d052439290338467be.zip
initial commit
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/version.h b/src/version.h
new file mode 100644
index 0000000..86e034a
--- /dev/null
+++ b/src/version.h
@@ -0,0 +1,7 @@
+#ifndef VERSION_H_
+#define VERSION_H_
+
+#define VERSION_STRING "0.1.0"
+#define VERSION_NUMBER 010
+
+#endif /* VERSION_H_ */