From 81de2c3d9b12bdece5f230e4e260fdddc2f7f1b5 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 27 May 2017 19:41:09 +0300 Subject: [PATCH] Incremented version to 0.9, updated copyright --- 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 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