Skip to content

Commit 403ac1d

Browse files
Ko van der SlootKo van der Sloot
authored andcommitted
get ready for release 3.3.2
1 parent 7b2392b commit 403ac1d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

NEWS

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
mbt version 3.3.1 2016-07-11
1+
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
211
[Ko van der Sloot]
312
Bug fix release:
413
A 3.2.17 tarball was released with the tag v3.3 which is confusing.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.61)
5-
AC_INIT([mbt],[3.4],[[email protected]])
5+
AC_INIT([mbt],[3.3.2],[[email protected]])
66
AM_INIT_AUTOMAKE
77
AC_CONFIG_SRCDIR([.])
88
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)