Showing with 4 additions and 2 deletions.
  1. +2 −0 ChangeLog
  2. +2 −2 include/uv-version.h
@@ -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)
@@ -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 */