diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-06-04 21:08:24 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-06-04 21:08:24 +0200 |
commit | b6b6e059d7343165633eda7b3b4605220751d2dd (patch) | |
tree | df238b7aa5441fa7f196ae67b723dfa73dd7f40b /src/fastd.h | |
parent | 163469f1adcff4225e5391d5fe773221b44141d3 (diff) | |
download | fastd-b6b6e059d7343165633eda7b3b4605220751d2dd.tar fastd-b6b6e059d7343165633eda7b3b4605220751d2dd.zip |
Increment rc versionv0.4-rc11
Diffstat (limited to 'src/fastd.h')
-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 2edfcfe..abf8c07 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -46,7 +46,7 @@ #include <time.h> -#define FASTD_VERSION "0.4-rc10" +#define FASTD_VERSION "0.4-rc11" struct _fastd_buffer { |