forgot to update version string

This commit is contained in:
Brian Kernighan 2018-08-27 08:58:33 -04:00
parent 22aff9e657
commit 1d9d86418a
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.
****************************************************************/
const char *version = "version 20180823";
const char *version = "version 20180827";
#define DEBUG
#include <stdio.h>