summaryrefslogtreecommitdiff
path: root/zwgc/main.c
diff options
context:
space:
mode:
authorGravatar Marc Horowitz <marc@mit.edu>1990-04-12 20:09:44 +0000
committerGravatar Marc Horowitz <marc@mit.edu>1990-04-12 20:09:44 +0000
commit7147fc84bc06ea90cc4be10bacecc62dc4765103 (patch)
tree4405519d441b893be9018df00f0e212002cecb37 /zwgc/main.c
parentd5a02cf6bcf52207aff240d9e29ae48ff78e915a (diff)
revision++
Diffstat (limited to 'zwgc/main.c')
-rw-r--r--zwgc/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zwgc/main.c b/zwgc/main.c
index 1e0ee4e..413cbce 100644
--- a/zwgc/main.c
+++ b/zwgc/main.c
@@ -79,7 +79,7 @@ static void fake_startup_packet()
{
ZNotice_t notice;
- var_set_variable("version", "0.3.12");
+ var_set_variable("version", "0.3.13");
bzero(&notice, sizeof(notice));
@@ -93,7 +93,7 @@ static void fake_startup_packet()
notice.z_port = 0;
notice.z_kind = ACKED;
notice.z_auth = ZAUTH_YES;
- notice.z_message = "Zwgc mark II version 0.3.12 now running...";
+ notice.z_message = "Zwgc mark II version 0.3.13 now running...";
notice.z_message_len = strlen(notice.z_message)+1;
notice_handler(&notice);