diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | config.mk | 2 | ||||
-rw-r--r-- | st.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | Copyright (c) 2009, Aurélien APTEL <aurelien dot aptel at gmail dot com> | 1 | Copyright (c) 2009-2012, Aurélien APTEL <aurelien dot aptel at gmail dot com> |
2 | Copyright (c) 2009, Anselm R Garbe <garbeam at gmail dot com> | 2 | Copyright (c) 2009, Anselm R Garbe <garbeam at gmail dot com> |
3 | 3 | ||
4 | Redistribution and use in source and binary forms, with or without | 4 | Redistribution and use in source and binary forms, with or without |
@@ -1,5 +1,5 @@ | |||
1 | # st version | 1 | # st version |
2 | VERSION = 0.1.1 | 2 | VERSION = 0.2-tip |
3 | 3 | ||
4 | # Customize below to fit your system | 4 | # Customize below to fit your system |
5 | 5 | ||
@@ -34,7 +34,7 @@ | |||
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | #define USAGE \ | 36 | #define USAGE \ |
37 | "st " VERSION " (c) 2010-2011 st engineers\n" \ | 37 | "st " VERSION " (c) 2010-2012 st engineers\n" \ |
38 | "usage: st [-t title] [-c class] [-w windowid] [-v] [-e command...]\n" | 38 | "usage: st [-t title] [-c class] [-w windowid] [-v] [-e command...]\n" |
39 | 39 | ||
40 | /* XEMBED messages */ | 40 | /* XEMBED messages */ |