summaryrefslogtreecommitdiff
path: root/zwgc/main.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-12-07 04:29:44 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-12-07 04:29:44 +0000
commit1137686cf8ea85edf8e3916e85d1e95c4f46bef5 (patch)
tree09222bf41b4e22279424e279f763b2396d08cfbb /zwgc/main.c
parent9053425e8604102a2c6dc6877605d42ff0753348 (diff)
update to rev 0.3.9
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 2380e61..a16b70b 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.8");
+ var_set_variable("version", "0.3.9");
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.8 now running...";
+ notice.z_message = "Zwgc mark II version 0.3.9 now running...";
notice.z_message_len = strlen(notice.z_message)+1;
notice_handler(&notice);