Now working on version 1.9.2

This commit is contained in:
Saúl Ibarra Corretgé 2016-05-16 23:49:30 +02:00
parent fe29921454
commit 67f4d1c531

View File

@ -32,9 +32,9 @@
#define UV_VERSION_MAJOR 1
#define UV_VERSION_MINOR 9
#define UV_VERSION_PATCH 1
#define UV_VERSION_IS_RELEASE 1
#define UV_VERSION_SUFFIX ""
#define UV_VERSION_PATCH 2
#define UV_VERSION_IS_RELEASE 0
#define UV_VERSION_SUFFIX "dev"
#define UV_VERSION_HEX ((UV_VERSION_MAJOR << 16) | \
(UV_VERSION_MINOR << 8) | \