Skip to content

Commit 56f08e6

Browse files
committed
Bump version minor number.
1 parent b676b52 commit 56f08e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

macher.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* See the file License.txt included with the source code distribution.
99
*
1010
*/
11+
#define MACHER_VERSION "1.1"
1112

1213
#include <stdio.h>
1314
#include <stdlib.h>
@@ -727,7 +728,7 @@ int main(int argc, char **argv)
727728
usage();
728729
break;
729730
case VERSION:
730-
printf("This is version 1.0 of macher.\n");
731+
printf("This is version %s of macher.\n", MACHER_VERSION);
731732
exit(0);
732733
case APPEND:
733734
if (argc != optind + 3) {

0 commit comments

Comments
 (0)