nextepc release v0.3.11

This commit is contained in:
Sukchan Lee 2019-04-28 05:17:14 +00:00
parent 4165ec1264
commit bb2e976958
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ dnl This program is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
AC_INIT([NextEPC], [0.3.10], [acetcom@gmail.com])
AC_INIT([NextEPC], [0.3.11], [acetcom@gmail.com])
AC_SUBST(LIBVERSION)
LIBVERSION=1:0:0

View File

@ -1,6 +1,6 @@
{
"name": "nextepc",
"version": "0.3.10",
"version": "0.3.11",
"description": "NextEPC",
"main": "index.js",
"repository": "https://github.com/acetcom/nextepc",