some minor fixes - st - Simple Terminal
git clone git://r-36.net/st
Log
Files
Refs
README
LICENSE
---
commit b11e22df7d965fb5dff0954623e55093b50d3a62
parent b6b90253b88f6787804c5ced60d48e37394512f2
Author: anselm@garbe.us 
Date:   Sat, 11 Feb 2012 10:48:18 +0100

some minor fixes

Diffstat:
  M LICENSE                             |       2 +-
  M config.mk                           |       2 +-
  M st.c                                |       2 +-

3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/LICENSE b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2009, Aurélien APTEL 
+Copyright (c) 2009-2012, Aurélien APTEL 
 Copyright (c) 2009, Anselm R Garbe 
 
 Redistribution and use in source and binary forms, with or without
diff --git 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
@@ -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 */