From 3f8382c6bf8f16461d94174fec991a96bf4105a0 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sun, 30 Sep 2007 06:31:28 +0000 Subject: [PATCH] Bump to version 0.9.1 If anyone can tell me how to reproduce the ZModem upload bug, I would be happy to fix it now and push out another source and Win32 release... --- src/syncterm/syncterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syncterm/syncterm.c b/src/syncterm/syncterm.c index 702e0727d2..185bbc046c 100644 --- a/src/syncterm/syncterm.c +++ b/src/syncterm/syncterm.c @@ -28,7 +28,7 @@ #include "uifcinit.h" #include "window.h" -char* syncterm_version = "SyncTERM 0.9.0" +char* syncterm_version = "SyncTERM 0.9.1" #ifdef _DEBUG " Debug ("__DATE__")" #endif -- GitLab