summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-02 05:09:49 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-02 05:09:49 (EDT)
commitc63ca5bd8fd02c09b94bcf22e24fbcd3b18028f1 (patch)
tree4d01335ca22efdf741937af403c8816939bb3099
parent1d6d2de756a786abe78cdf6424931fe2f0b1b014 (diff)
NEWS, configure.ac: Set version to 4.0.1
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0b71451..276cce0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-opkbuild version 4.0.0+dev
---------------------------
+opkbuild version 4.0.1
+----------------------
Released: ????-??-??
diff --git a/configure.ac b/configure.ac
index 9faf35f..434a222 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with opkbuild. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([opkbuild], [4.0.0+dev],
+AC_INIT([opkbuild], [4.0.1],
[mailto:proteanos-dev@lists.proteanos.com], [opkbuild],
[http://www.proteanos.com/dev/opkbuild/])
AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild'])