Skip to content

Commit

Permalink
Update version to 0.10.1, update copyright to 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
LIJI32 committed Feb 2, 2018
1 parent aeb9f0e commit 51eacd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cocoa/License.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<h1>SameBoy</h1>
<h2>MIT License</h2>
<h3>Copyright © 2015-2017 Lior Halphon</h3>
<h3>Copyright © 2015-2018 Lior Halphon</h3>

<p>Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2015-2017 Lior Halphon
Copyright (c) 2015-2018 Lior Halphon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ifeq ($(MAKECMDGOALS),)
MAKECMDGOALS := $(DEFAULT)
endif

VERSION := 0.10
VERSION := 0.10.1
export VERSION
CONF ?= debug

Expand Down

0 comments on commit 51eacd3

Please sign in to comment.