mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 04:43:17 +00:00
Update version to 0.6.0-rc1
This commit is contained in:
parent
bb872708d1
commit
859b019d65
|
@ -5,7 +5,7 @@ iodine - http://code.kryo.se/iodine
|
|||
|
||||
CHANGES:
|
||||
|
||||
20xx-xx-xx: x.y.z "Hotspotify"
|
||||
2010-02-13: 0.6.0-rc1 "Hotspotify"
|
||||
- Fixed tunnel not working on Windows.
|
||||
- Any device name is now supported on Windows, fixes #47.
|
||||
- Multiple installed TAP32 interfaces are now supported, fixes #46.
|
||||
|
|
|
@ -101,12 +101,8 @@ help() {
|
|||
|
||||
static void
|
||||
version() {
|
||||
char *svnver;
|
||||
|
||||
svnver = "$Rev$ from $Date$";
|
||||
|
||||
fprintf(stderr, "iodine IP over DNS tunneling client\n");
|
||||
fprintf(stderr, "SVN version: %s\n", svnver);
|
||||
fprintf(stderr, "version: 0.6.0-rc1 from 2010-02-13\n");
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
|
|
@ -2164,10 +2164,8 @@ help() {
|
|||
|
||||
static void
|
||||
version() {
|
||||
char *svnver;
|
||||
svnver = "$Rev$ from $Date$";
|
||||
fprintf(stderr, "iodine IP over DNS tunneling server\n");
|
||||
fprintf(stderr, "SVN version: %s\n", svnver);
|
||||
fprintf(stderr, "version: 0.6.0-rc1 from 2010-02-13\n");
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue