Bump version.

This commit is contained in:
JoelKatz
2013-05-06 21:01:44 -07:00
parent 057f6861b6
commit a417640c9d

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 "-b"
#define SERVER_NAME "Ripple"
#define SV_STRINGIZE(x) SV_STRINGIZE2(x)