Set version to 0.17.0-rc1

This commit is contained in:
Vinnie Falco
2013-10-06 11:35:47 -07:00
parent eac3814fb5
commit 497cc74adc

View File

@@ -17,7 +17,6 @@
*/
//==============================================================================
char const* BuildInfo::getRawVersionString ()
{
static char const* const rawText =
@@ -26,7 +25,7 @@ char const* BuildInfo::getRawVersionString ()
//
// The build version number (edit this for each release)
//
"0.16.0"
"0.17.0-rc1"
//
// Must follow the format described here:
//