WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 5bbea06

Browse files
committed
v2.4.2
1 parent 07e939e commit 5bbea06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
from __future__ import division, print_function
2020

21-
__version__ = '2.4.1'
21+
__version__ = '2.4.2'
2222

2323
import sys
2424
import os.path
@@ -777,7 +777,7 @@ def about(self):
777777
<h1>{}</h1>
778778
<h3>Version {}</h3>
779779
780-
<p>&copy; 2014-2015 Oleh Prypin &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br/>
780+
<p>&copy; 2014-2016 Oleh Prypin &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br/>
781781
&copy; 2014 Stefan Walzer &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</p>
782782
783783
<p>License: <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License Version 3</a></p>

editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright (C) 2014-2015 Oleh Prypin <[email protected]>
3+
# Copyright (C) 2014-2016 Oleh Prypin <[email protected]>
44
#
55
# This file is part of SixCells.
66
#

player.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright (C) 2014-2015 Oleh Prypin <[email protected]>
3+
# Copyright (C) 2014-2016 Oleh Prypin <[email protected]>
44
#
55
# This file is part of SixCells.
66
#

0 commit comments

Comments
 (0)