Skip to content

Commit

Permalink
Incremented version to 0.9, updated copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
LIJI32 committed May 27, 2017
1 parent 1e228e1 commit 81de2c3
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-2016 Lior Halphon</h3>
<h3>Copyright © 2015-2017 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-2016 Lior Halphon
Copyright (c) 2015-2017 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.8
VERSION := 0.9
CONF ?= debug

BIN := build/bin
Expand Down

0 comments on commit 81de2c3

Please sign in to comment.