Set the version number.

Store it in a separate file so OS packages and 'make install' (issue #177) can
reuse it.
This commit is contained in:
Daniel Shahaf 2015-10-01 16:18:56 +00:00
parent 984b4acd78
commit 43386376d8
2 changed files with 3 additions and 0 deletions

1
.version Normal file
View file

@ -0,0 +1 @@
0.3.0-dev

View file

@ -29,6 +29,8 @@
# -------------------------------------------------------------------------------------------------
ZSH_HIGHLIGHT_VERSION=$(<"$0:h"/.version)
# -------------------------------------------------------------------------------------------------
# Core highlighting update system
# -------------------------------------------------------------------------------------------------