r1108: fixed missing inversions for #816 and #806

This commit is contained in:
Heng Li
2021-10-04 16:34:30 -04:00
parent aefa2c0d86
commit 39bdd45875
5 changed files with 27 additions and 8 deletions

2
main.c
View File

@@ -7,7 +7,7 @@
#include "mmpriv.h"
#include "ketopt.h"
#define MM_VERSION "2.22-r1105-dirty"
#define MM_VERSION "2.22-r1108-dirty"
#ifdef __linux__
#include <sys/resource.h>