Skip to content
Snippets Groups Projects
Commit 769e11a8 authored by rswindell's avatar rswindell
Browse files

Removed "beta" tag (uh oh...)

parent bb0d3c4b
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
<body>
<font face=arial,helvetica>
<h1>Synchronet JavaScript Object Model Reference</h1>
Generated for <b>Synchronet v3.12a beta Debug</b>, compiled Dec 31 2004 01:54
Generated for <b>Synchronet v3.12a</b>, compiled Dec 31 2004 01:54
<br><font size=-1>
Property and Method version numbers (when available) indicate the Synchronet version when the item was added or modified.
</font>
......
......@@ -10,7 +10,7 @@
<body>
<font face=arial,helvetica>
<h1>Synchronet JavaScript Object Model Reference</h1>
Generated for <b>Synchronet v3.12a beta Debug</b>, compiled Dec 31 2004 01:54
Generated for <b>Synchronet v3.12a</b>, compiled Dec 31 2004 01:54
<br><font size=-1>
Includes Properties and Methods added or substantially modified in Synchronet v3.12 only.
</font>
......
......@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* *
* Copyright 2003 Rob Swindell - http://www.synchro.net/copyright.html *
* Copyright 2004 Rob Swindell - http://www.synchro.net/copyright.html *
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
......@@ -37,7 +37,7 @@
#include "sbbs.h"
extern "C" const char* beta_version = " beta"; /* Space if non-beta, " beta" otherwise */
extern "C" const char* beta_version = " "; /* Space if non-beta, " beta" otherwise */
#if defined(_WINSOCKAPI_)
extern WSADATA WSAData;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment