We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af55ad commit 8b73265Copy full SHA for 8b73265
2 files changed
.github/workflows/c-cpp.yml
@@ -2,7 +2,7 @@ name: C/C++ CI
2
3
on:
4
push:
5
- branches: [ master, develop ]
+ branches: [ master, develop, 'release/**' ]
6
pull_request:
7
branches: [ master, develop ]
8
configure.ac
@@ -1,4 +1,4 @@
1
-AC_INIT([MUMmer],[4.0.0rc1],[alekseyz@jhu.edu])
+AC_INIT([MUMmer],[4.0.0],[alekseyz@jhu.edu])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([subdir-objects foreign parallel-tests color-tests])
0 commit comments