added real_path function; bumped version to 1.1

This commit is contained in:
2020-08-23 17:21:19 +02:00
parent 66f0de4970
commit 6e0c828404
3 changed files with 80 additions and 74 deletions

View File

@ -1,6 +1,6 @@
LIBNAME := $(shell basename $$(pwd))
MAJOR := 1
MINOR := 0.0
MINOR := 1.0
UNAME_S := $(shell uname -s)