Now working on v0.10.24

This commit is contained in:
Bert Belder 2014-01-22 20:30:26 +01:00
parent dbd218e699
commit b8b6588dbe
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2014.01.23, Version 0.10.23 (Stable)
2014.01.23, Version 0.10.23 (Stable), dbd218e699fec8be311d85e4788be9e28ae884f8
Changes since version 0.10.22:

View File

@ -34,8 +34,8 @@
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 10
#define UV_VERSION_PATCH 23
#define UV_VERSION_IS_RELEASE 1
#define UV_VERSION_PATCH 24
#define UV_VERSION_IS_RELEASE 0
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \