From 54ef21ffa80e275cfedd553d8ed931a16a28c58a Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Mon, 31 Jul 2017 14:59:19 -0700 Subject: [PATCH] Version 5.0.0 --- NEWS.adoc | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.adoc b/NEWS.adoc index da0e605..29d2e8f 100644 --- a/NEWS.adoc +++ b/NEWS.adoc @@ -1,4 +1,4 @@ -5.0.0 (2017-??-??) +5.0.0 (2017-07-31) ------------------ Removed features diff --git a/configure.ac b/configure.ac index 0773bc7..af36026 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DeuTex], [5.0.0-beta.2], [https://github.com/Doom-Utils/deutex/issues]) +AC_INIT([DeuTex], [5.0.0], [https://github.com/Doom-Utils/deutex/issues]) AC_PACKAGE_URL([https://github.com/Doom-Utils/deutex]) AM_INIT_AUTOMAKE([foreign]) AC_PROG_CC