Release v0.3.9

This commit is contained in:
Sukchan Lee 2018-06-03 01:42:05 +00:00
parent 048eb3f2b2
commit 5ee7cdd3f8
4 changed files with 21 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 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
AC_INIT([NextEPC], [0.3.8], [acetcom@gmail.com])
AC_INIT([NextEPC], [0.3.9], [acetcom@gmail.com])
AC_SUBST(LIBVERSION)
LIBVERSION=1:0:0

18
debian/changelog vendored
View File

@ -1,3 +1,21 @@
nextepc (0.3.9~artful) artful; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sun, 03 Jun 2018 01:40:44 +0000
nextepc (0.3.9~xenial) xenial; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sun, 03 Jun 2018 01:39:33 +0000
nextepc (0.3.9~bionic) bionic; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sun, 03 Jun 2018 01:38:15 +0000
nextepc (0.3.8-1~bionic) bionic; urgency=medium
* Bug Fixed

View File

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

View File

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