diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-08 13:04:25 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-08 13:04:25 (EST) |
commit | 8b6037b653dea0992388d38ecbbcbd4b5c635d5d (patch) | |
tree | 49e210f322d065975bf4aed98667741c29bdaf4a | |
parent | 5ae18e5f38cb8bd0f30d1f18ad9e3ad70723b67c (diff) |
NEWS, configure.ac: Set version to 3.1.3+dev
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +opkhelper version 3.1.3+dev +--------------------------- + +Released: ????-??-?? + opkhelper version 3.1.3 ----------------------- diff --git a/configure.ac b/configure.ac index bcb2f94..fdc66cf 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.3], +AC_INIT([opkhelper], [3.1.3+dev], [mailto:proteanos-dev@lists.proteanos.com], [opkhelper], [http://www.proteanos.com/dev/opkhelper/]) AC_CONFIG_AUX_DIR([build-aux]) |