summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-08-04 20:51:19 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-08-04 20:51:19 (EDT)
commitb9681e990e6d6330a8510658fb06be2ce981ddcc (patch)
treed99813a841c1618ffa62175dbaa807058794d4fc
parent19f7af6d1bdec4d3f24e01f0681267a8023ceaed (diff)
NEWS, configure.ac: Set version to 4.1.4
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 750cb49..7235501 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-opkbuild version 4.1.3+dev
---------------------------
+opkbuild version 4.1.4
+----------------------
Released: ????-??-??
diff --git a/configure.ac b/configure.ac
index 98e8f29..9b6e21d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with opkbuild. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([opkbuild], [4.1.3+dev],
+AC_INIT([opkbuild], [4.1.4],
[mailto:proteanos-dev@lists.proteanos.com], [opkbuild],
[http://www.proteanos.com/dev/opkbuild/])
AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild'])