summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-09 09:35:24 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-09 09:35:24 (EST)
commit8af88f471b157f6bf683abab44c95cda37726121 (patch)
tree5314749cb9437f156d33d9f57138095fcbbdb8b6
parent3ce87adf542b44f59c98858b918bfbb49bee3fad (diff)
NEWS, configure.ac: Set version to 4.2.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 8743059..ef6a3d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+opkbuild version 4.2.1+dev
+--------------------------
+
+Released: ????-??-??
+
opkbuild version 4.2.1
----------------------
diff --git a/configure.ac b/configure.ac
index 7cb94bc..ebad13b 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.1],
+AC_INIT([opkbuild], [4.2.1+dev],
[mailto:proteanos-dev@lists.proteanos.com], [opkbuild],
[http://www.proteanos.com/dev/opkbuild/])
AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild'])