summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-01-15 20:16:37 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-01-15 20:16:37 +0100
commit96c3ad683d87918fd0e6451d37934ba8b1d03867 (patch)
tree5b51ac36b10db87de0b813bf43eba5277b5d063a /src
parent1c75236ea297e0d5dc36364f1399bf6732714c9c (diff)
downloadfastd-96c3ad683d87918fd0e6451d37934ba8b1d03867.tar
fastd-96c3ad683d87918fd0e6451d37934ba8b1d03867.zip
Move version number to build system
Diffstat (limited to 'src')
-rw-r--r--src/fastd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fastd.h b/src/fastd.h
index cadca36..2dd0996 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -47,9 +47,6 @@
#include <unistd.h>
-#define FASTD_VERSION "7+"
-
-
/* This must be adjusted when new methods are added */
#define MAX_METHODS 3