summaryrefslogtreecommitdiff
path: root/emu/version.h.in
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-11-25 20:35:13 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-11-25 20:35:13 +0100
commit394c9fbb6cc243e46b32aa9e7221b0e6cadd4c13 (patch)
tree2a6cf365b703be3cdb78045890f84e2a3aa5e74c /emu/version.h.in
parent6c3401b8a2ce7a2dfe21a253f840f286088b1921 (diff)
download6502-394c9fbb6cc243e46b32aa9e7221b0e6cadd4c13.tar.gz
6502-394c9fbb6cc243e46b32aa9e7221b0e6cadd4c13.tar.bz2
some work on emulator, also added gengetopt and cmake support for it
Diffstat (limited to 'emu/version.h.in')
-rw-r--r--emu/version.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/emu/version.h.in b/emu/version.h.in
new file mode 100644
index 0000000..1935a18
--- /dev/null
+++ b/emu/version.h.in
@@ -0,0 +1,6 @@
+#ifndef VERSION_H
+#define VERSION_H
+
+#define EMU_VERSION "@EMU_VERSION@"
+
+#endif