Skip to content

Commit 5fd755f

Browse files
committed
Rev version and Copyright Year
1 parent 9f2a14e commit 5fd755f

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

SBA_Serv/SBA_Serv.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Space Battle Arena is a Programming Game.
33
4-
Copyright (C) 2012-2016 Michael A. Hawker and Brett Wortzman
4+
Copyright (C) 2012-2018 Michael A. Hawker and Brett Wortzman
55
66
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 the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
77
@@ -13,9 +13,9 @@
1313
"""
1414

1515
__author__ = "Michael A. Hawker"
16-
__copyright__ = "Copyright 2012-2016 Mikeware"
16+
__copyright__ = "Copyright 2012-2018 Mikeware"
1717
__license__ = "GPLv2"
18-
__version__ = "1.2.0." + open("buildnum").read()
18+
__version__ = "1.3.0." + open("buildnum").read()
1919
__email__ = "questions@mikeware.com"
2020
__status__ = "Production"
2121

SBA_Serv/buildnum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1127
1+
1128

SBA_Serv/compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __init__(self):
7272
#Auhor of program
7373
self.author_name = "Michael A. Hawker"
7474
self.author_email = "questions@mikeware.com"
75-
self.copyright = "Copyright (c) 2012-2016 Michael A. Hawker."
75+
self.copyright = "Copyright (c) 2012-2018 Michael A. Hawker."
7676

7777
#Description
7878
self.project_description = "Space Battle Arena Programming Game"

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v1.3.0.???? : ??/??/2018 - Oct 2018 [Give Tournament] - The Return of Discovery Quest
2+
----
3+
* Allowed **Discovery Quest** scans to reset over time.
4+
* Added **Constellations** (mostly decorations, though can be mined for Energy)
5+
* Added **Quasars** (dangerous celestial body which will prevent energy recovery, drain shield, and prevent shield usage)
6+
* Ships can no longer be detected in **Nebulas** with Radar.
7+
* Improved hi-resolution Display Support
8+
19
v1.2.0.1127 : 06/04/2017 - May 2017 Season 6 - Hotfix #2
210
----
311
* Fixed Issue with **Bauble Hunt** allowing depositing baubles into ANY base!

0 commit comments

Comments
 (0)