aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2012-02-13 01:01:41 +0100
committerAurélien Aptel <aurelien.aptel@gmail.com>2012-02-13 01:01:41 +0100
commit45971204a23deca8b4b339b85816bebc424d26e5 (patch)
treeefb02d3bfea2a2940c9d2a694baf313dd9a30350
parent284430538d29ffbe7140fdeea5093c07822c5269 (diff)
parente478f91c102e6d5ed2412440b12cd10755fd8059 (diff)
downloadst-patched-45971204a23deca8b4b339b85816bebc424d26e5.tar.bz2
st-patched-45971204a23deca8b4b339b85816bebc424d26e5.tar.xz
st-patched-45971204a23deca8b4b339b85816bebc424d26e5.zip
merge
-rw-r--r--LICENSE2
-rw-r--r--config.mk2
-rw-r--r--st.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index ee32d28..a8336d7 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
1Copyright (c) 2009, Aurélien APTEL <aurelien dot aptel at gmail dot com> 1Copyright (c) 2009-2012, Aurélien APTEL <aurelien dot aptel at gmail dot com>
2Copyright (c) 2009, Anselm R Garbe <garbeam at gmail dot com> 2Copyright (c) 2009, Anselm R Garbe <garbeam at gmail dot com>
3 3
4Redistribution and use in source and binary forms, with or without 4Redistribution and use in source and binary forms, with or without
diff --git a/config.mk b/config.mk
index ea5b5ef..5729e59 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
1# st version 1# st version
2VERSION = 0.1.1 2VERSION = 0.2-tip
3 3
4# Customize below to fit your system 4# Customize below to fit your system
5 5
diff --git a/st.c b/st.c
index 98cd78a..fca97ce 100644
--- a/st.c
+++ b/st.c
@@ -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 */