simplify version format. - st - Personal fork of st
 (HTM) git clone git://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9d613092d6698ef41cb7492cdb3214ee9a5ab4d7
 (DIR) parent 4bd087766f16bd541a1aebd0b0348ecc5fe9b94c
 (HTM) Author: Aurélien Aptel <aurelien.aptel@gmail.com>
       Date:   Thu, 22 Sep 2011 10:04:58 +0200
       
       simplify version format.
       
       Diffstat:
         M st.c                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/st.c b/st.c
       @@ -34,7 +34,7 @@
        #endif
        
        #define USAGE \
       -        "st-" VERSION ", (c) 2010-2011 st engineers\n" \
       +        "st " VERSION " (c) 2010-2011 st engineers\n" \
                "usage: st [-t title] [-c class] [-w windowid] [-v] [-e command...]\n"
        
        /* XEMBED messages */