diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-09-16 07:28:28 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-09-16 07:28:28 +0200 |
commit | e01b70358e19d13180533a24158f3e7c930ad234 (patch) | |
tree | 2057c899315fc30182047107d79e10fad2dee371 /src/fastd.h | |
parent | ce1b13c5ea3ea0c7ba8b8250b2d91942ca0db065 (diff) | |
download | fastd-e01b70358e19d13180533a24158f3e7c930ad234.tar fastd-e01b70358e19d13180533a24158f3e7c930ad234.zip |
Increment rc versionv0.5-rc3
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 7c3fe19..8b96e14 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -46,7 +46,7 @@ #include <time.h> -#define FASTD_VERSION "0.5-rc2" +#define FASTD_VERSION "0.5-rc3" /* This must be adjusted when new methods are added */ |