summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-11-08 14:01:01 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-11-08 14:01:01 (EST)
commit9248ba9230e9244994039a9fb6e3c666d7befe0a (patch)
tree01789f718f40bc112cc94ab1901ca3e6933b4c5b
parent36f130009c0e34ada43cdde8a14308968d2d4067 (diff)
NEWS, configure.ac: Set version to 4.2.0+dev
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3361504..8abbf50 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+opkbuild version 4.2.0+dev
+--------------------------
+
+Released: ????-??-??
+
opkbuild version 4.2.0
----------------------
diff --git a/configure.ac b/configure.ac
index 2680834..4d20471 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.2.0],
+AC_INIT([opkbuild], [4.2.0+dev],
[mailto:proteanos-dev@lists.proteanos.com], [opkbuild],
[http://www.proteanos.com/dev/opkbuild/])
AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild'])