aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-12-31 00:19:00 -0800
committerBruce Hill <bruce@bruce-hill.com>2018-12-31 00:19:00 -0800
commit84e2065a2637645f8c797d1032265c4f37e9e718 (patch)
tree78d9d047cdef5b3bdb1c33ac467bc297f3b4d426
parent5059c081ac624ede925d5256885509ddd17181c6 (diff)
Bumped version number.
-rw-r--r--Makefile2
-rw-r--r--core/metaprogramming.nom2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0ae6bea..af8f8ef 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ uninstall: version
version="$(UNINSTALL_VERSION)"; \
if [[ ! $$version ]]; then version="`cat version`"; fi;\
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; \
else \
if [ -f $$prefix/bin/nomsu ]; then \
diff --git a/core/metaprogramming.nom b/core/metaprogramming.nom
index 180614b..6ee9f13 100644
--- a/core/metaprogramming.nom
+++ b/core/metaprogramming.nom
@@ -3,7 +3,7 @@
This File contains actions for making actions and compile-time actions and some helper
functions to make that easier.
-lua> "NOMSU_CORE_VERSION = 12"
+lua> "NOMSU_CORE_VERSION = 13"
lua> "NOMSU_LIB_VERSION = 8"
lua> ("
do