Skip to content

Commit 428772e

Browse files
committed
Bump versison and update history
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 0f5c4f7 commit 428772e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ChangeLog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ set as Mg3a.
301301
functions. Some simply marked as "don't care"
302302
- Fix missing initialization of stack variables
303303

304-
[UNRELEASED]: https://github.com/troglobit/mg/compare/v3.6...HEAD
304+
[UNRELEASED]: https://github.com/troglobit/mg/compare/v3.7...HEAD
305305
[v3.7]: https://github.com/troglobit/mg/compare/v3.6...v3.7
306306
[v3.6]: https://github.com/troglobit/mg/compare/v3.5...v3.6
307307
[v3.5]: https://github.com/troglobit/mg/compare/v3.4...v3.5

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ goes something like this:
186186
* Oct 17, 2021: Mg v3.5, support for Solaris/Illumos based UNIX systems
187187
tested on OmniOS and OpenIndiana, sync with Mg from OpenBSD 7.0
188188
* Apr 10, 2023: Mg v3.6, sync with OpenBSD, improved ctags support
189+
* Aug 13, 2023: Mg v3.7, sync with OpenBSD, improved usability
189190

190191
See the source distribution for the list of [AUTHORS][].
191192

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Written by Joachim Wiberg <[email protected]> and put in the public domain.
2-
AC_INIT([Mg], [3.7-dev], [https://github.com/troglobit/mg/issues], [mg])
2+
AC_INIT([Mg], [3.7], [https://github.com/troglobit/mg/issues], [mg])
33
AC_CONFIG_AUX_DIR(build-aux)
44
AM_INIT_AUTOMAKE([1.11 foreign])
55
AM_SILENT_RULES([yes])

0 commit comments

Comments
 (0)