Hi all! Being it the first time I write to the dev mail list, please let me thank you for the suckless software.
Then: I immediately switched to st 0.4.1; I ran "st -v" to check that the new version was installed, but what I saw was still "st 0.4". Then I found out that in "config.mk" "VERSION" is still equal to "0.4"; obviously that's not a problem, but was it intentional? I don't think it's necessary for this, but here's a patch (first patch I write, so please forgive me if there is something wrong): --- st-0.4.1/config.mk 2013-04-19 21:11:29.000000000 +0200 +++ st-0.4.1-patched/config.mk 2013-04-20 17:12:16.879578108 +0200 @@ -1,5 +1,5 @@ # st version -VERSION = 0.4 +VERSION = 0.4.1 # Customize below to fit your system Kind regards, Lorenzo Bracco
