summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-09-26 00:45:52 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-09-26 00:45:52 (EDT)
commite05eed6853fd6a242b9df232fd8463e41361684d (patch)
treec86f459f1bac002db4989d091c019b59e5b4382b
parent14383677eb011af77cdcc4f9a7e41c3afa0ba198 (diff)
NEWS, configure.ac: Set version to 3.1.4+dev
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d09cf81..84a5f9f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
-opkhelper version 3.1.4
+opkhelper version 3.1.4+dev
---------------------------
+Released: ????-??-??
+
+opkhelper version 3.1.4
+-----------------------
+
Released: 2021-01-02
Changes in this release:
diff --git a/configure.ac b/configure.ac
index a51c123..b540679 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.4],
+AC_INIT([opkhelper], [3.1.4+dev],
[mailto:proteanos-dev@lists.proteanos.com], [opkhelper],
[http://www.proteanos.com/dev/opkhelper/])
AC_CONFIG_AUX_DIR([build-aux])