cinera.c: Add coad and reader ProjectInfo

This commit is contained in:
Matt Mascarenhas 2018-06-07 18:55:40 +01:00
parent 45cf7772d9
commit 4d495543f5
1 changed files with 6 additions and 4 deletions

View File

@ -16,7 +16,7 @@ typedef struct
version CINERA_APP_VERSION = {
.Major = 0,
.Minor = 5,
.Patch = 56
.Patch = 57
};
// TODO(matt): Copy in the DB 3 stuff from cinera_working.c
@ -510,9 +510,11 @@ project_info ProjectInfo[] =
{
{ "bitwise", "Bitwise", "Day", NS_LINEAR, "programming", "" },
{ "book", "Book Club", "Day", NS_LINEAR, "research", "" },
{ "riscy", "RISCY BUSINESS", "Day", NS_LINEAR, "programming", "" },
{ "risc", "RISCellaneous", "", NS_CALENDRICAL, "speech", "" },
{ "book", "Book Club", "Day", NS_LINEAR, "research", "" },
{ "coad", "Computer Organization and Design", "", NS_LINEAR, "research", "" },
{ "reader", "RISC-V Reader", "", NS_LINEAR, "research", "" },
{ "riscy", "RISCY BUSINESS", "Day", NS_LINEAR, "programming", "" },
{ "risc", "RISCellaneous", "", NS_CALENDRICAL, "speech", "" },
{ "chat", "Handmade Chat", "Day", NS_LINEAR, "speech", "" },
{ "code", "Handmade Hero", "Day", NS_LINEAR, "programming", "day" },