summaryrefslogtreecommitdiff
path: root/zwgc/main.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1990-01-10 10:57:47 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1990-01-10 10:57:47 +0000
commitb80f83ef4d92d99da74940a0f3d28b14a0a152f8 (patch)
tree0c2fe382fdf07e432eff149046cd17a7dbcd099e /zwgc/main.c
parent2951f4f6c05176cc516d2cd8966423fb12209e60 (diff)
0.3.11: fix bug with reverse stack and non-drawing windows
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 cad8072..57acffa 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.10");
+ var_set_variable("version", "0.3.11");
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.10 now running...";
+ notice.z_message = "Zwgc mark II version 0.3.11 now running...";
notice.z_message_len = strlen(notice.z_message)+1;
notice_handler(&notice);