version: now working on 1.0.0-rc2

This commit is contained in:
Saúl Ibarra Corretgé 2014-09-18 18:48:09 +02:00
parent e47d4f0056
commit 01293ac03a
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2014.09.18, Version 1.0.0-rc1 (Unstable), 0c28bbf7b42882853d1799ab96ff68b07f7f8d49
Changes since version 0.11.29:
* windows: improve timer precision (Alexis Campailla)
* build, gyp: set xcode flags (Recep ASLANTAS)

View File

@ -33,7 +33,7 @@
#define UV_VERSION_MAJOR 1
#define UV_VERSION_MINOR 0
#define UV_VERSION_PATCH 0
#define UV_VERSION_IS_RELEASE 1
#define UV_VERSION_SUFFIX "rc1"
#define UV_VERSION_IS_RELEASE 0
#define UV_VERSION_SUFFIX "rc2"
#endif /* UV_VERSION_H */