Bumped version number.

This commit is contained in:
Bruce Hill 2018-12-31 00:19:00 -08:00
parent 5059c081ac
commit 84e2065a26
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ uninstall: version
version="$(UNINSTALL_VERSION)"; \ version="$(UNINSTALL_VERSION)"; \
if [[ ! $$version ]]; then version="`cat version`"; fi;\ if [[ ! $$version ]]; then version="`cat version`"; fi;\
rm -rvf $$prefix/lib/nomsu/$$version $$prefix/share/nomsu/$$version $$prefix/bin/nomsu$$version; \ rm -rvf $$prefix/lib/nomsu/$$version $$prefix/share/nomsu/$$version $$prefix/bin/nomsu$$version; \
if [[ "`find -E $$prefix/bin -type f -regex '.*/nomsu[0-9.]+\$$'`" == "" ]]; then \ if [[ "`find $$prefix/bin -type f -regex '.*/nomsu[0-9.]+\$$'`" == "" ]]; then \
rm -vf $$prefix/bin/nomsu $$prefix/share/man/man1/nomsu.1; \ rm -vf $$prefix/bin/nomsu $$prefix/share/man/man1/nomsu.1; \
else \ else \
if [ -f $$prefix/bin/nomsu ]; then \ if [ -f $$prefix/bin/nomsu ]; then \

View File

@ -3,7 +3,7 @@
This File contains actions for making actions and compile-time actions and some helper This File contains actions for making actions and compile-time actions and some helper
functions to make that easier. functions to make that easier.
lua> "NOMSU_CORE_VERSION = 12" lua> "NOMSU_CORE_VERSION = 13"
lua> "NOMSU_LIB_VERSION = 8" lua> "NOMSU_LIB_VERSION = 8"
lua> (" lua> ("
do do