From 2cff7c8b89f6c55c6b9286fd220a2382767de9d7 Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Fri, 11 Oct 2013 00:32:00 -0400 Subject: [PATCH] updated version --- src/prompt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prompt.c b/src/prompt.c index ce41499..4e6e8ab 100644 --- a/src/prompt.c +++ b/src/prompt.c @@ -320,7 +320,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.1"; + uint8_t *statusmsg = "Toxing on Toxic v.0.2.2"; m_set_statusmessage(m, statusmsg, strlen(statusmsg) + 1); snprintf(statusbar->statusmsg, sizeof(statusbar->statusmsg), "%s", statusmsg);