aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranselm@garbe.us <unknown>2012-02-11 10:48:18 +0100
committeranselm@garbe.us <unknown>2012-02-11 10:48:18 +0100
commite478f91c102e6d5ed2412440b12cd10755fd8059 (patch)
treefe8568b7e207ee87d8129c8a6fd9d81f0421b116
parentc7ed0d1bad245b9aa1770228a52aa611b00e8223 (diff)
downloadst-e478f91c102e6d5ed2412440b12cd10755fd8059.tar.gz
st-e478f91c102e6d5ed2412440b12cd10755fd8059.tar.bz2
some minor fixes
-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 @@
-Copyright (c) 2009, Aurélien APTEL <aurelien dot aptel at gmail dot com>
+Copyright (c) 2009-2012, Aurélien APTEL <aurelien dot aptel at gmail dot com>
Copyright (c) 2009, Anselm R Garbe <garbeam at gmail dot com>
Redistribution 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 @@
# st version
-VERSION = 0.1.1
+VERSION = 0.2-tip
# Customize below to fit your system
diff --git a/st.c b/st.c
index b1db093..abaa7bf 100644
--- 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-2012 st engineers\n" \
"usage: st [-t title] [-c class] [-w windowid] [-v] [-e command...]\n"
/* XEMBED messages */