Skip to content

Commit 8b73265

Browse files
committed
Bumped to version 4.0.0
1 parent 9af55ad commit 8b73265

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: C/C++ CI
22

33
on:
44
push:
5-
branches: [ master, develop ]
5+
branches: [ master, develop, 'release/**' ]
66
pull_request:
77
branches: [ master, develop ]
88

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([MUMmer],[4.0.0rc1],[alekseyz@jhu.edu])
1+
AC_INIT([MUMmer],[4.0.0],[alekseyz@jhu.edu])
22
AC_CANONICAL_HOST
33
AC_CONFIG_MACRO_DIR([m4])
44
AM_INIT_AUTOMAKE([subdir-objects foreign parallel-tests color-tests])

0 commit comments

Comments
 (0)