From 8c7368e2d48ba71f6945e4009919bcda739599c0 Mon Sep 17 00:00:00 2001 From: Kai Hendry Date: Sat, 29 Dec 2012 15:51:56 +0800 Subject: [PATCH] Show version that corresponds to its git commit id/tag --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index f1757ed..9168a7a 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # st version -VERSION = 0.3 +VERSION = ${shell git describe --always} # Customize below to fit your system -- 1.8.0.3