Skip to content

Commit

Permalink
bump GCVideo-DVI version to 2.4d
Browse files Browse the repository at this point in the history
  • Loading branch information
ikorb committed May 31, 2019
1 parent 308ce51 commit 38bdcf3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Firmware/screen_about.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* GCVideo DVI Firmware
Copyright (C) 2015-2018, Ingo Korb <ingo@akana.de>
Copyright (C) 2015-2019, Ingo Korb <ingo@akana.de>
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -80,7 +80,7 @@ void screen_about(void) {
osd_putsat(14, 11, "GCVideo DVI v" VERSION);
}
}
osd_putsat(12, 13, "Copyright \013 2015-2018");
osd_putsat(12, 13, "Copyright \013 2015-2019");
osd_putsat(16, 14, "by Ingo Korb");
osd_putsat(15, 15, "ingo@akana.de");
osd_gotoxy(14, 17);
Expand Down
2 changes: 1 addition & 1 deletion HDL/gcvideo_dvi/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FIXME: Header, make-it-work, etc.

VERSION := 2.4c
VERSION := 2.4d

SRC_COMMON := \
src/Blanking_Regenerator_Fixed.vhd \
Expand Down
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
2818-11-20: GCVideo-DVI version 2.4c
2019-05-31: GCVideo-DVI version 2.4d
- fix incorrect chroma mixing for Cr-first lines

2018-11-20: GCVideo-DVI version 2.4c
- fix audio scaling

2018-09-14: GCVideo-DVI version 2.4b
Expand Down

0 comments on commit 38bdcf3

Please sign in to comment.