Skip to content

Commit

Permalink
We're not quite ready for 1.0 yet. How about 0.8?
Browse files Browse the repository at this point in the history
Pick a random version less than 1

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Mar 5, 2019
1 parent 2c39669 commit f805619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snek.defs
Expand Up @@ -7,7 +7,7 @@ vpath %.h $(SNEK_LOCAL_VPATH):$(SNEK_ROOT)
vpath %.ll $(SNEK_LOCAL_VPATH):$(SNEK_ROOT)
vpath %.py $(SNEK_LOCAL_VPATH):$(SNEK_ROOT)

SNEK_VERSION = 1.0
SNEK_VERSION = 0.8
SNEK_DATE = 2019-03-04

SNEK_VERSION_DASH = $(shell echo $(SNEK_VERSION) | sed 's/\./-/g')
Expand Down

0 comments on commit f805619

Please sign in to comment.