Skip to content

Commit

Permalink
Update dates (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
iXce committed Mar 21, 2015
1 parent 83dd4c0 commit 3a9ccf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion printrun/printcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# 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 select import error as SelectError
Expand Down
2 changes: 1 addition & 1 deletion printrun/pronterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ def about(self, event):
% self.settings.total_filament_used

info.SetDescription(description)
info.SetCopyright('(C) 2011 - 2014')
info.SetCopyright('(C) 2011 - 2015')
info.SetWebSite('https://github.com/kliment/Printrun')

licence = """\
Expand Down

0 comments on commit 3a9ccf6

Please sign in to comment.