summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-18 11:10:50 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-18 11:10:50 (EDT)
commit5a32fb119bf937e18bb57ac34a8b2182c9130f9b (patch)
treead91618ec130fbabc3874f920e636a9884726839
parenta2c4ae646d4577ff16e8f59f16ff2a513e231c16 (diff)
NEWS, configure.ac: Set version to 4.1.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 cff56e9..3c28b3e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+opkbuild version 4.1.1+dev
+--------------------------
+
+Released: ????-??-??
+
opkbuild version 4.1.1
----------------------
diff --git a/configure.ac b/configure.ac
index 9893403..c030ec2 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.1],
+AC_INIT([opkbuild], [4.1.1+dev],
[mailto:proteanos-dev@lists.proteanos.com], [opkbuild],
[http://www.proteanos.com/dev/opkbuild/])
AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild'])