version: now working on 1.0.0-rc3
This commit is contained in:
parent
e3ea6c1179
commit
f277e80707
@ -13,7 +13,7 @@
|
|||||||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT([libuv], [1.0.0-rc2], [https://github.com/joyent/libuv/issues])
|
AC_INIT([libuv], [1.0.0-rc3], [https://github.com/joyent/libuv/issues])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
m4_include([m4/libuv-extra-automake-flags.m4])
|
m4_include([m4/libuv-extra-automake-flags.m4])
|
||||||
m4_include([m4/as_case.m4])
|
m4_include([m4/as_case.m4])
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
#define UV_VERSION_MAJOR 1
|
#define UV_VERSION_MAJOR 1
|
||||||
#define UV_VERSION_MINOR 0
|
#define UV_VERSION_MINOR 0
|
||||||
#define UV_VERSION_PATCH 0
|
#define UV_VERSION_PATCH 0
|
||||||
#define UV_VERSION_IS_RELEASE 1
|
#define UV_VERSION_IS_RELEASE 0
|
||||||
#define UV_VERSION_SUFFIX "rc2"
|
#define UV_VERSION_SUFFIX "rc3"
|
||||||
|
|
||||||
#endif /* UV_VERSION_H */
|
#endif /* UV_VERSION_H */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user