diff options
author | Gregory Maxwell <greg@xiph.org> | 2012-05-08 15:22:02 -0400 |
---|---|---|
committer | Gregory Maxwell <greg@xiph.org> | 2012-05-08 15:22:02 -0400 |
commit | a5f95d75a150c3a46488cc8a49653de7fd91f5f2 (patch) | |
tree | c5d7700e5e56035be3694267440597aaf84558c5 /src | |
parent | 1f7e0e51aa2ae6e1aafed52731a4a0fe714a3657 (diff) |
Increase client version to 0.6.99
Diffstat (limited to 'src')
-rw-r--r-- | src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.h b/src/version.h index 9b92bd618e..423e885f93 100644 --- a/src/version.h +++ b/src/version.h @@ -12,8 +12,8 @@ static const int CLIENT_VERSION_MAJOR = 0; static const int CLIENT_VERSION_MINOR = 6; -static const int CLIENT_VERSION_REVISION = 1; -static const int CLIENT_VERSION_BUILD = 3; +static const int CLIENT_VERSION_REVISION = 99; +static const int CLIENT_VERSION_BUILD = 0; static const int CLIENT_VERSION = 1000000 * CLIENT_VERSION_MAJOR |