diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-02-19 16:33:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-02-19 16:33:30 +0000 |
| commit | b6235aa37eac2c91358ff058389b4391b52f4615 (patch) | |
| tree | 4d4e0259c5344def1ecfdaef990f3f08915dd5ac | |
| parent | 341f0a81591ab83b96069d6e6bb70cbf8e6cf878 (diff) | |
Update copyright year.
| -rw-r--r-- | src/lib/config.cc | 2 | ||||
| -rw-r--r-- | wscript | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc index da07344b5..94d8a69a2 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -385,6 +385,7 @@ def git_revision(): cmd = "LANG= git log --abbrev HEAD^..HEAD ." output = subprocess.Popen(cmd, shell=True, stderr=subprocess.STDOUT, stdout=subprocess.PIPE).communicate()[0].splitlines() + print output o = output[0].decode('utf-8') return o.replace("commit ", "")[0:10] |
