summaryrefslogtreecommitdiff
path: root/zwgc/main.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1990-01-18 04:19:31 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1990-01-18 04:19:31 +0000
commitdaf5a5e2c2e4171a719662391f72e45caa05d594 (patch)
tree917b41d19792b3e8cb81355ffbdc46041c9a572b /zwgc/main.c
parent3228d19b87d63aadd37bbe46547108032ad15b3c (diff)
update to ZWGC0_3_12
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 57acffa..1e0ee4e 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.11");
+ var_set_variable("version", "0.3.12");
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.11 now running...";
+ notice.z_message = "Zwgc mark II version 0.3.12 now running...";
notice.z_message_len = strlen(notice.z_message)+1;
notice_handler(&notice);