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 := hybrid causality
+codename := heterogeneous vacuum
GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h)
+-----------------------------------------------
+0.4.10 (to be announced) "heterogeneous vacuum"
+-----------------------------------------------
+
-------------------------------------
0.4.9 (2011-12-06) "hybrid causality"
-------------------------------------
AC_PREREQ(2.60)
-AC_INIT(paraslash, [0.4.9], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
AC_CONFIG_HEADER([config.h])
AC_PATH_PROG(UNAMEPATH, uname, no)