Skip to content

Commit b97e932

Browse files
committed
version increment ( v0.60b )
1 parent a4ae1be commit b97e932

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

changes.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
MAPeD-NES/SMS:
22
~~~~~~~~~~~~~~~
33

4+
24.12.2020 v0.60b
5+
46
18.12.2020 - NES: added multidirectional scrolling sample with vertical mirroring and MMC3 IRQ status bar
57
13.12.2020 - NES: added multidirectional scrolling sample with vertical mirroring
68
02.12.2020 - Added removal of duplicate data during the optimization process
@@ -52,6 +54,8 @@ MAPeD-NES/SMS:
5254
SPReD-NES/SMS:
5355
~~~~~~~~~~~~~~~
5456

57+
24.12.2020 v0.60b
58+
5559
23.12.2020 - Improved import of images with alpha channel
5660
23.12.2020 - Removed restriction on imported image size (no more than 256 CHRs)
5761
22.12.2020 - Removed restriction on imported image size (multiple of 8)

src/MAPeD/MAPeD-NES/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
//
2929
// You can specify all the values or you can use the default the Revision and
3030
// Build Numbers by using the '*' as shown below:
31-
[assembly: AssemblyVersion("0.59.*")]
31+
[assembly: AssemblyVersion("0.60.*")]

src/MAPeD/MAPeD-SMS/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
//
2929
// You can specify all the values or you can use the default the Revision and
3030
// Build Numbers by using the '*' as shown below:
31-
[assembly: AssemblyVersion("0.59.*")]
31+
[assembly: AssemblyVersion("0.60.*")]

src/SPReD/SPReD-NES/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
//
2929
// You can specify all the values or you can use the default the Revision and
3030
// Build Numbers by using the '*' as shown below:
31-
[assembly: AssemblyVersion("0.58.*")]
31+
[assembly: AssemblyVersion("0.60.*")]

src/SPReD/SPReD-SMS/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
//
2929
// You can specify all the values or you can use the default the Revision and
3030
// Build Numbers by using the '*' as shown below:
31-
[assembly: AssemblyVersion("0.59.*")]
31+
[assembly: AssemblyVersion("0.60.*")]

0 commit comments

Comments
 (0)