summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-12-15 04:55:22 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-12-15 04:55:22 +0000
commitfb2617c5708ed2332332e0450818b2d94d091bb9 (patch)
tree010b1a5ebae62af601c5ca15a948be5bbf1f8213
parent247172ac1f7f061387811d38a25d22cb2daeacc2 (diff)
up to rev 0.3.10: fixes to subscription stuff to get defaults when user
has none.
-rw-r--r--zwgc/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zwgc/main.c b/zwgc/main.c
index a16b70b..cad8072 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.9");
+ var_set_variable("version", "0.3.10");
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.9 now running...";
+ notice.z_message = "Zwgc mark II version 0.3.10 now running...";
notice.z_message_len = strlen(notice.z_message)+1;
notice_handler(&notice);