uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS")
uname_rs := $(shell uname -rs)
cc_version := $(shell $(CC) --version | head -n 1)
-codename := persistent regularity
+codename := symmetric randomization
DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
DEBUG_CPPFLAGS += -Wredundant-decls
+-------------------------------------------------
+0.4.5 (to be announced) "symmetric randomization"
+-------------------------------------------------
+
------------------------------------------
0.4.4 (2010-08-06) "persistent regularity"
------------------------------------------
AC_PREREQ(2.60)
-AC_INIT(paraslash, [0.4.4], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
AC_CONFIG_HEADER([config.h])
AC_PATH_PROG(UNAMEPATH, uname, no)