diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-12-08 12:54:10 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-12-08 12:54:10 +0100 |
commit | 64754a379d5379ea9004c9b6b58f7a71b4b4092e (patch) | |
tree | 63d0ee65af908e0ccf7e5e9b8239863905bcccda /src | |
parent | 656175881bb82969acbaec993990438bbcba48fe (diff) | |
download | fastd-64754a379d5379ea9004c9b6b58f7a71b4b4092e.tar fastd-64754a379d5379ea9004c9b6b58f7a71b4b4092e.zip |
Increment version for new development
Diffstat (limited to 'src')
-rw-r--r-- | src/fastd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastd.h b/src/fastd.h index 1fe361b..4d85cc7 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -47,7 +47,7 @@ #include <unistd.h> -#define FASTD_VERSION "6" +#define FASTD_VERSION "6+" /* This must be adjusted when new methods are added */ |