From aec16a22a454bf153bfa34890edb3dab01a050ec Mon Sep 17 00:00:00 2001 From: Sean Date: Sat, 22 Feb 2014 01:39:32 -0800 Subject: [PATCH] Update prompt.c --- src/prompt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prompt.c b/src/prompt.c index f93e32c..efbecde 100644 --- a/src/prompt.c +++ b/src/prompt.c @@ -418,7 +418,7 @@ void prompt_init_statusbar(ToxWindow *self, Tox *m) snprintf(statusbar->nick, sizeof(statusbar->nick), "%s", nick); /* temporary until statusmessage saving works */ - uint8_t *statusmsg = "Toxing on Toxic v.0.2.4"; + uint8_t *statusmsg = "Toxing on Toxic v.0.2.5-git"; m_set_statusmessage(m, statusmsg, strlen(statusmsg) + 1); snprintf(statusbar->statusmsg, sizeof(statusbar->statusmsg), "%s", statusmsg);