Update copyright year.
authorCarl Hetherington <cth@carlh.net>
Thu, 19 Feb 2015 16:33:30 +0000 (16:33 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 19 Feb 2015 16:33:30 +0000 (16:33 +0000)
src/lib/config.cc
wscript

index da07344b5d6c16c3d79475d0f50ab1857c749b96..94d8a69a289018f1b2e67d9f3a06bd76c65a9ae8 100644 (file)
@@ -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
diff --git a/wscript b/wscript
index a10917deb0779070c65f40dbaea9119cca317fc9..44e378a36d1e281776c14a12209fb36545940b18 100644 (file)
--- a/wscript
+++ b/wscript
@@ -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]