summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-03 17:43:16 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-03 17:43:16 (EDT)
commitdd4179fa34847edea7b3b8e527ae9a6dbfee64d6 (patch)
treee4243be794d57fb643a96739f745457573d4a670
parentff4262d95e8901da469bc89af63568345b46d314 (diff)
NEWS, configure.ac: Set version to 4.0.1+dev
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2f00ec6..9f6f533 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+opkbuild version 4.0.1+dev
+--------------------------
+
+Released: ????-??-??
+
opkbuild version 4.0.1
----------------------
diff --git a/configure.ac b/configure.ac
index 434a222..cf584fa 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.0.1],
+AC_INIT([opkbuild], [4.0.1+dev],
[mailto:proteanos-dev@lists.proteanos.com], [opkbuild],
[http://www.proteanos.com/dev/opkbuild/])
AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild'])