diff --git a/Cocoa/License.html b/Cocoa/License.html index d064d29..c6647b5 100644 --- a/Cocoa/License.html +++ b/Cocoa/License.html @@ -30,7 +30,7 @@

SameBoy

MIT License

-

Copyright © 2015-2016 Lior Halphon

+

Copyright © 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 diff --git a/LICENSE b/LICENSE index c2acb40..008851f 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/Makefile b/Makefile index 15f675f..c185cf9 100755 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ ifeq ($(MAKECMDGOALS),) MAKECMDGOALS := $(DEFAULT) endif -VERSION := 0.8 +VERSION := 0.9 CONF ?= debug BIN := build/bin