version: set version to 1.0.0-rc1

This commit is contained in:
Saúl Ibarra Corretgé 2014-09-18 18:13:53 +02:00
parent 6ced8c2cc7
commit 0c28bbf7b4

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 0
#define UV_VERSION_SUFFIX "dev"
#define UV_VERSION_IS_RELEASE 1
#define UV_VERSION_SUFFIX "rc1"
#endif /* UV_VERSION_H */