From 51eacd3174500a2f4d05d7cfe9636a8fcced325a Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 3 Feb 2018 00:50:38 +0200 Subject: [PATCH] Update version to 0.10.1, update copyright to 2018 --- Cocoa/License.html | 2 +- LICENSE | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cocoa/License.html b/Cocoa/License.html index c6647b5..2673143 100644 --- a/Cocoa/License.html +++ b/Cocoa/License.html @@ -30,7 +30,7 @@

SameBoy

MIT License

-

Copyright © 2015-2017 Lior Halphon

+

Copyright © 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 diff --git a/LICENSE b/LICENSE index 008851f..63c6787 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/Makefile b/Makefile index f416358..140a2c2 100755 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ ifeq ($(MAKECMDGOALS),) MAKECMDGOALS := $(DEFAULT) endif -VERSION := 0.10 +VERSION := 0.10.1 export VERSION CONF ?= debug