diff options
author | Patrick 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) |
commit | e05eed6853fd6a242b9df232fd8463e41361684d (patch) | |
tree | c86f459f1bac002db4989d091c019b59e5b4382b | |
parent | 14383677eb011af77cdcc4f9a7e41c3afa0ba198 (diff) |
NEWS, configure.ac: Set version to 3.1.4+dev
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -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]) |