summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-06-18 19:21:40 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-06-18 19:21:40 (EDT)
commit9196325df8ffa9107d9b87353635df4a4a0f1a51 (patch)
treec7ab043b31001d28f2c6a3472c55aa778e0ff0b3
parent6f8084dfe25ae96358ee2af483d5fa8215e74abc (diff)
NEWS, configure.ac: Set version to 3.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 80436bd..88197f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+opkhelper version 3.1.2+dev
+---------------------------
+
+Released: ????-??-??
+
opkhelper version 3.1.2
-----------------------
diff --git a/configure.ac b/configure.ac
index 85cfd52..cd54608 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([opkhelper], [3.1.2],
+AC_INIT([opkhelper], [3.1.2+dev],
[mailto:proteanos-dev@lists.proteanos.com], [opkhelper],
[http://www.proteanos.com/dev/opkhelper/])
AC_CONFIG_AUX_DIR([build-aux])