summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-08-04 21:09:50 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-08-04 21:09:50 (EDT)
commit957bcef02fadd42ae9a5ea6eb8a0417f4f867b50 (patch)
treec6e13a4ae74f1ce8000e37b596f412f0f9fb5b65
parente4a1690440dc7da94f8bec5d1a71eeac57425f4f (diff)
NEWS, configure.ac: Set version to 4.1.4+dev
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f73200e..0f44a47 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+opkbuild version 4.1.4+dev
+--------------------------
+
+Released: ????-??-??
+
opkbuild version 4.1.4
----------------------
diff --git a/configure.ac b/configure.ac
index 9b6e21d..cf33d29 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.4],
+AC_INIT([opkbuild], [4.1.4+dev],
[mailto:proteanos-dev@lists.proteanos.com], [opkbuild],
[http://www.proteanos.com/dev/opkbuild/])
AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild'])