Bump version.

This commit is contained in:
JoelKatz
2013-05-06 21:01:26 -07:00
parent 9b937c10d3
commit c2fae08064

View File

@@ -5,8 +5,8 @@
//
#define SERVER_VERSION_MAJOR 0
#define SERVER_VERSION_MINOR 8
#define SERVER_VERSION_SUB "-c"
#define SERVER_VERSION_MINOR 9
#define SERVER_VERSION_SUB "-a"
#define SERVER_NAME "Ripple"
#define SV_STRINGIZE(x) SV_STRINGIZE2(x)