Update versions to 0.6.0

This commit is contained in:
Erik Ekman 2014-06-17 19:02:01 +02:00
parent 9e265625a1
commit d103199ae6
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ iodine - http://code.kryo.se/iodine
*********************************** ***********************************
CHANGES: CHANGES FOR 0.6 BRANCH:
2014-06-17: 0.6.0 2014-06-17: 0.6.0
- Fix authentication bypass vulnerability; found by Oscar Reparaz. - Fix authentication bypass vulnerability; found by Oscar Reparaz.

View File

@ -102,7 +102,7 @@ help() {
static void static void
version() { version() {
fprintf(stderr, "iodine IP over DNS tunneling client\n"); fprintf(stderr, "iodine IP over DNS tunneling client\n");
fprintf(stderr, "version: 0.6.0-rc1 from 2010-02-13\n"); fprintf(stderr, "version: 0.6.0 from 2014-06-17\n");
exit(0); exit(0);
} }

View File

@ -2187,7 +2187,7 @@ help() {
static void static void
version() { version() {
fprintf(stderr, "iodine IP over DNS tunneling server\n"); fprintf(stderr, "iodine IP over DNS tunneling server\n");
fprintf(stderr, "version: 0.6.0-rc1 from 2010-02-13\n"); fprintf(stderr, "version: 0.6.0 from 2014-06-17\n");
exit(0); exit(0);
} }