summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-16 18:55:15 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-16 18:55:15 (EDT)
commit13dd10db24007f482881bec018d6fdbb54520551 (patch)
treee21099fe8b3a3e35334377ff60a57f9bd0668a57
parentde8574b5b027be044fdb58d31fe07eda15436d40 (diff)
NEWS, configure.ac: Set version to 4.0.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 1c5fe2f..51cf91a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+opkbuild version 4.0.2+dev
+--------------------------
+
+Released: ????-??-??
+
opkbuild version 4.0.2
----------------------
diff --git a/configure.ac b/configure.ac
index 1aed897..adb0995 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.2],
+AC_INIT([opkbuild], [4.0.2+dev],
[mailto:proteanos-dev@lists.proteanos.com], [opkbuild],
[http://www.proteanos.com/dev/opkbuild/])
AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild'])