Skip to content

Commit

Permalink
I hereby dub thee... Release Candidate #1
Browse files Browse the repository at this point in the history
  • Loading branch information
deuce committed Apr 30, 2020
1 parent aa7049d commit 6e165d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syncterm/syncterm.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright (C), 2007 by Stephen Hurd */

/* $Id: syncterm.c,v 1.240 2020/04/29 08:57:34 deuce Exp $ */
/* $Id: syncterm.c,v 1.241 2020/04/30 04:38:10 deuce Exp $ */

#if defined(__APPLE__) && defined(__MACH__)
#include <CoreServices/CoreServices.h> // FSFindFolder() and friends
Expand Down Expand Up @@ -55,7 +55,7 @@ static const KNOWNFOLDERID FOLDERID_ProgramData = {0x62AB5D82,0xFDC1,0x4DC3,{0x
#include "uifcinit.h"
#include "window.h"

char* syncterm_version = "SyncTERM 1.1b"
char* syncterm_version = "SyncTERM 1.1rc1"
#ifdef _DEBUG
" Debug ("__DATE__")"
#endif
Expand Down

0 comments on commit 6e165d4

Please sign in to comment.