cinera.c: Replace pcalc with risc ProjectInfo

This commit is contained in:
Matt Mascarenhas 2018-06-07 18:38:52 +01:00
parent 238427331f
commit 45cf7772d9
1 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ typedef struct
version CINERA_APP_VERSION = {
.Major = 0,
.Minor = 5,
.Patch = 55
.Patch = 56
};
// TODO(matt): Copy in the DB 3 stuff from cinera_working.c
@ -510,9 +510,9 @@ project_info ProjectInfo[] =
{
{ "bitwise", "Bitwise", "Day", NS_LINEAR, "programming", "" },
{ "book", "Book Club", "Day", NS_LINEAR, "research", "" },
{ "pcalc", "pcalc", "Day", NS_LINEAR, "programming", "" },
{ "riscy", "RISCY BUSINESS", "Day", NS_LINEAR, "programming", "" },
{ "book", "Book Club", "Day", 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" },