Skip to content

Commit e19fd08

Browse files
committed
bump version to 1.2.4
this is mainly to bundle a release with latest libulz changes to optparser which makes it possible to use e.g. --foo bar additional to --foo=bar. this is mainly to make -j 16 work, since it took myself several times by surprise that this didn't seem to work, so i guess the same issue would strike other users too.
1 parent 56a384d commit e19fd08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobflow.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

1818

19-
#define VERSION "1.2.3"
19+
#define VERSION "1.2.4"
2020

2121

2222
#undef _POSIX_C_SOURCE

0 commit comments

Comments
 (0)