Release v0.3.8

This commit is contained in:
Sukchan Lee 2018-04-29 21:48:27 +09:00
parent 765eb2ada0
commit 2d5f9d0d26
4 changed files with 15 additions and 3 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 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
AC_INIT([NextEPC], [0.3.7], [acetcom@gmail.com]) AC_INIT([NextEPC], [0.3.8], [acetcom@gmail.com])
AC_SUBST(LIBVERSION) AC_SUBST(LIBVERSION)
LIBVERSION=1:0:0 LIBVERSION=1:0:0

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
nextepc (0.3.8~xenial) xenial; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sun, 29 Apr 2018 21:47:25 +0900
nextepc (0.3.8~artful) artful; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sun, 29 Apr 2018 21:45:36 +0900
nextepc (0.3.7~artful) artful; urgency=medium nextepc (0.3.7~artful) artful; urgency=medium
* Buf Fixed * Buf Fixed

View File

@ -1,6 +1,6 @@
{ {
"name": "nextepc", "name": "nextepc",
"version": "0.3.7", "version": "0.3.8",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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