We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2392b commit 403ac1dCopy full SHA for 403ac1d
NEWS
@@ -1,4 +1,13 @@
1
-mbt version 3.3.1 2016-07-11
+mbt version 3.3.2 2018-05-16
2
+[Ko van der Sloot]
3
+Maintenance release:
4
+- updated configure/build/test
5
+- typos in man pages corrected
6
+
7
+[Maarten van Gompel]
8
+- Added codemeta.json
9
10
+mbt version 3.3.1 2017-11-08
11
[Ko van der Sloot]
12
Bug fix release:
13
A 3.2.17 tarball was released with the tag v3.3 which is confusing.
configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([mbt],[3.4],[[email protected]])
+AC_INIT([mbt],[3.3.2],[[email protected]])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([.])
AC_CONFIG_MACRO_DIR([m4])
0 commit comments