Skip to content

Commit

Permalink
Released as version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gollux committed Oct 10, 2016
1 parent a2590eb commit 3bf44c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ all: isolate isolate.1 isolate.1.html
CC=gcc
CFLAGS=-std=gnu99 -Wall -Wextra -Wno-parentheses -Wno-unused-result -Wno-missing-field-initializers -Wstrict-prototypes -Wmissing-prototypes -D_GNU_SOURCE

VERSION=1.2
VERSION=1.3
YEAR=2016
BUILD_DATE:=$(shell date '+%Y-%m-%d')
BUILD_COMMIT:=$(shell if git rev-parse >/dev/null 2>/dev/null ; then git describe --always ; else echo '<unknown>' ; fi)
Expand Down

0 comments on commit 3bf44c4

Please sign in to comment.