summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-08-04 00:51:00 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-08-04 00:51:00 (EDT)
commit2231b66a936e3fd2ef91a44191d054836bd16711 (patch)
tree403dffd5828281fcc95944085700f39799d22cb1
parentca6682bf18f736de559285c2e8645b44a45a527c (diff)
NEWS, configure.ac: Set version to 4.1.2+dev
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8dd4da9..27d0f14 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+opkbuild version 4.1.2+dev
+--------------------------
+
+Released: ????-??-??
+
opkbuild version 4.1.2
----------------------
diff --git a/configure.ac b/configure.ac
index 8f4359c..df02367 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.2],
+AC_INIT([opkbuild], [4.1.2+dev],
[mailto:proteanos-dev@lists.proteanos.com], [opkbuild],
[http://www.proteanos.com/dev/opkbuild/])
AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild'])