diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-06-05 18:17:20 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-06-05 18:17:20 +0200 |
commit | bd02e790f9aa9db3a607b823a6e14b8471860f06 (patch) | |
tree | 69e30bd4629e5b87e8ddfbe6fdfb7eab4253cf54 | |
parent | 0f14f5562917c85cbe35eb8eeed6ab1e27922af3 (diff) | |
download | fastd-bd02e790f9aa9db3a607b823a6e14b8471860f06.tar fastd-bd02e790f9aa9db3a607b823a6e14b8471860f06.zip |
Increment rc versionv0.4-rc12
-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 90dcb7c..c586eed 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -46,7 +46,7 @@ #include <time.h> -#define FASTD_VERSION "0.4-rc11" +#define FASTD_VERSION "0.4-rc12" struct _fastd_buffer { |