Commit 3a9ccf60 authored by Guillaume Seguin's avatar Guillaume Seguin

Update dates (#640)

parent 83dd4c0b
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with Printrun. If not, see <http://www.gnu.org/licenses/>. # along with Printrun. If not, see <http://www.gnu.org/licenses/>.
__version__ = "2014.08.01" __version__ = "2015.03.10"
from serial import Serial, SerialException, PARITY_ODD, PARITY_NONE from serial import Serial, SerialException, PARITY_ODD, PARITY_NONE
from select import error as SelectError from select import error as SelectError
......
...@@ -800,7 +800,7 @@ class PronterWindow(MainWindow, pronsole.pronsole): ...@@ -800,7 +800,7 @@ class PronterWindow(MainWindow, pronsole.pronsole):
% self.settings.total_filament_used % self.settings.total_filament_used
info.SetDescription(description) info.SetDescription(description)
info.SetCopyright('(C) 2011 - 2014') info.SetCopyright('(C) 2011 - 2015')
info.SetWebSite('https://github.com/kliment/Printrun') info.SetWebSite('https://github.com/kliment/Printrun')
licence = """\ licence = """\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment