From 2d5f9d0d268656c71d019564c8afc7e37e71cdda Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Sun, 29 Apr 2018 21:48:27 +0900 Subject: [PATCH] Release v0.3.8 --- configure.ac | 2 +- debian/changelog | 12 ++++++++++++ webui/package-lock.json | 2 +- webui/package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index b8bd49b74..f9c76fea5 100644 --- a/configure.ac +++ b/configure.ac @@ -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.7], [acetcom@gmail.com]) +AC_INIT([NextEPC], [0.3.8], [acetcom@gmail.com]) AC_SUBST(LIBVERSION) LIBVERSION=1:0:0 diff --git a/debian/changelog b/debian/changelog index 2d68b5fbc..decabf53b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +nextepc (0.3.8~xenial) xenial; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 29 Apr 2018 21:47:25 +0900 + +nextepc (0.3.8~artful) artful; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 29 Apr 2018 21:45:36 +0900 + nextepc (0.3.7~artful) artful; urgency=medium * Buf Fixed diff --git a/webui/package-lock.json b/webui/package-lock.json index 037b60fed..9db9808d1 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextepc", - "version": "0.3.7", + "version": "0.3.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/webui/package.json b/webui/package.json index 29dcbc20e..0ed3c652d 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "nextepc", - "version": "0.3.7", + "version": "0.3.8", "description": "NextEPC", "main": "index.js", "repository": "https://github.com/acetcom/nextepc",