mirror of https://github.com/bsnes-emu/bsnes.git
Update version, update copyright year
This commit is contained in:
parent
e9f6667cf5
commit
23c7fb2885
|
@ -72,7 +72,7 @@
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>10.9</string>
|
<string>10.9</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright © 2015-2019 Lior Halphon</string>
|
<string>Copyright © 2015-2020 Lior Halphon</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string>MainMenu</string>
|
<string>MainMenu</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
<h1>SameBoy</h1>
|
<h1>SameBoy</h1>
|
||||||
<h2>MIT License</h2>
|
<h2>MIT License</h2>
|
||||||
<h3>Copyright © 2015-2019 Lior Halphon</h3>
|
<h3>Copyright © 2015-2020 Lior Halphon</h3>
|
||||||
|
|
||||||
<p>Permission is hereby granted, free of charge, to any person obtaining a copy
|
<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
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2015-2019 Lior Halphon
|
Copyright (c) 2015-2020 Lior Halphon
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -34,7 +34,7 @@ ifeq ($(MAKECMDGOALS),)
|
||||||
MAKECMDGOALS := $(DEFAULT)
|
MAKECMDGOALS := $(DEFAULT)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
VERSION := 0.12.2
|
VERSION := 0.12.3
|
||||||
export VERSION
|
export VERSION
|
||||||
CONF ?= debug
|
CONF ?= debug
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
<key>CFPlugInUnloadFunction</key>
|
<key>CFPlugInUnloadFunction</key>
|
||||||
<string></string>
|
<string></string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright © 2015-2019 Lior Halphon</string>
|
<string>Copyright © 2015-2020 Lior Halphon</string>
|
||||||
<key>QLNeedsToBeRunInMainThread</key>
|
<key>QLNeedsToBeRunInMainThread</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>QLPreviewHeight</key>
|
<key>QLPreviewHeight</key>
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue