Skip to content

Commit

Permalink
Rev version and Copyright Year
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkerm committed Oct 15, 2018
1 parent 9f2a14e commit 5fd755f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
6 changes: 3 additions & 3 deletions SBA_Serv/SBA_Serv.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Space Battle Arena is a Programming Game.
Copyright (C) 2012-2016 Michael A. Hawker and Brett Wortzman
Copyright (C) 2012-2018 Michael A. Hawker and Brett Wortzman
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.
Expand All @@ -13,9 +13,9 @@
"""

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

Expand Down
2 changes: 1 addition & 1 deletion SBA_Serv/buildnum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1127
1128
2 changes: 1 addition & 1 deletion SBA_Serv/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self):
#Auhor of program
self.author_name = "Michael A. Hawker"
self.author_email = "questions@mikeware.com"
self.copyright = "Copyright (c) 2012-2016 Michael A. Hawker."
self.copyright = "Copyright (c) 2012-2018 Michael A. Hawker."

#Description
self.project_description = "Space Battle Arena Programming Game"
Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v1.3.0.???? : ??/??/2018 - Oct 2018 [Give Tournament] - The Return of Discovery Quest
----
* Allowed **Discovery Quest** scans to reset over time.
* Added **Constellations** (mostly decorations, though can be mined for Energy)
* Added **Quasars** (dangerous celestial body which will prevent energy recovery, drain shield, and prevent shield usage)
* Ships can no longer be detected in **Nebulas** with Radar.
* Improved hi-resolution Display Support

v1.2.0.1127 : 06/04/2017 - May 2017 Season 6 - Hotfix #2
----
* Fixed Issue with **Bauble Hunt** allowing depositing baubles into ANY base!
Expand Down

0 comments on commit 5fd755f

Please sign in to comment.