Browse Source

Makefile: Bump Version

Michael Aldridge 2 years ago
parent
commit
3ec7fa11e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,5 +1,5 @@
 GITVER := $(shell git rev-parse --short HEAD)
 GITVER := $(shell git rev-parse --short HEAD)
-VERSION = 0.22
+VERSION = 0.23
 SHIN    += $(shell find -type f -name '*.sh.in')
 SHIN    += $(shell find -type f -name '*.sh.in')
 SCRIPTS += $(SHIN:.sh.in=.sh)
 SCRIPTS += $(SHIN:.sh.in=.sh)
 DATECODE=$(shell date "+%Y%m%d")
 DATECODE=$(shell date "+%Y%m%d")