cinera.c: Add info for Per and Bitwise

This commit is contained in:
Matt Mascarenhas 2018-03-23 15:33:37 +00:00
parent 7034ce096b
commit a27e603e6e
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,7 @@ typedef struct
version CINERA_APP_VERSION = {
.Major = 0,
.Minor = 5,
.Patch = 38
.Patch = 39
};
// TODO(matt): Copy in the DB 3 stuff from cinera_working.c
@ -444,6 +444,7 @@ credential_info Credentials[] =
{ "martincohen", "Martin Cohen", "http://blog.coh.io/", "", ""},
{ "miotatsu", "Mio Iwakura", "http://riscy.tv/", "cinera_sprite_patreon.png", "https://patreon.com/miotatsu"},
{ "nothings", "Sean Barrett", "https://nothings.org/", "", ""},
{ "pervognsen", "Per Vognsen", "https://github.com/pervognsen/bitwise/", "", ""},
{ "philipbuuck", "Philip Buuck", "http://philipbuuck.com/", "", ""},
{ "powerc9000", "Clay Murray", "http://claymurray.website/", "", ""},
{ "rygorous", "Fabian Giesen", "https://fgiesen.wordpress.com/", "", ""},
@ -501,6 +502,8 @@ typedef struct
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", "" },