Skip to content

Commit

Permalink
Bump version to 3.0.90 (3.1 beta1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcommander committed Aug 1, 2023
1 parent b90d5be commit fdb36b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif()

project(TurboVNC NONE)
string(TOLOWER ${CMAKE_PROJECT_NAME} CMAKE_PROJECT_NAME_LC)
set(VERSION 3.0.80)
set(VERSION 3.0.90)
set(DOCVERSION 3.1)
set(COPYRIGHT_YEAR "1999-2023")
set(COPYRIGHT "The VirtualGL Project and many others (see README.txt)")
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
3.1
===
3.1 beta1
=========

### Significant changes relative to 3.0.3:

Expand Down
14 changes: 7 additions & 7 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta name="language" content="en">
<meta name="date" content="2023-01-31T13:47:25">
<meta name="date" content="2023-08-01T17:47:36">
<meta name="generator" content="deplate.rb 0.8.5">
<title>User&rsquo;s Guide for TurboVNC 3.1</title>
<link rel="start" href="index.html" title="Frontpage">
Expand Down Expand Up @@ -652,8 +652,8 @@ <h2 id="hd005002">5.2&nbsp;Installing the TurboVNC Viewer on macOS</h2>
<ol class="Ordered numeric">
<li class="Ordered-1 Ordered">
Download the TurboVNC Mac disk image
(<strong class="filename">TurboVNC-3.0.80-x86_64.dmg</strong> for Intel
CPUs or <strong class="filename">TurboVNC-3.0.80-arm64.dmg</strong> for
(<strong class="filename">TurboVNC-3.0.90-x86_64.dmg</strong> for Intel
CPUs or <strong class="filename">TurboVNC-3.0.90-arm64.dmg</strong> for
Apple silicon CPUs) from the
<span class="remote"><a href="http://sourceforge.net/projects/turbovnc/files/" class="remote">Files
area</a></span><a name="idx0015"></a> of the
Expand All @@ -674,8 +674,8 @@ <h2 id="hd005003">5.3&nbsp;Installing the TurboVNC Viewer on Windows</h2>
<ol class="Ordered numeric">
<li class="Ordered-1 Ordered">
Download the TurboVNC Windows installer package
(<strong class="filename">TurboVNC-3.0.80-x64.exe</strong> for 64-bit
systems or <strong class="filename">TurboVNC-3.0.80-x86.exe</strong> for
(<strong class="filename">TurboVNC-3.0.90-x64.exe</strong> for 64-bit
systems or <strong class="filename">TurboVNC-3.0.90-x86.exe</strong> for
legacy 32-bit-only systems) from the
<span class="remote"><a href="http://sourceforge.net/projects/turbovnc/files/" class="remote">Files
area</a></span><a name="idx0017"></a> of the
Expand All @@ -696,12 +696,12 @@ <h2 id="hd005004">5.4&nbsp;Installing TurboVNC from Source</h2>
<p>If you are using a Linux/Un*x platform for which there is not a
pre-built TurboVNC binary package available, then download the TurboVNC
source tarball
(<strong class="filename">turbovnc-3.0.80.tar.gz</strong>) from the
(<strong class="filename">turbovnc-3.0.90.tar.gz</strong>) from the
<span class="remote"><a href="http://sourceforge.net/projects/turbovnc/files/" class="remote">Files
area</a></span><a name="idx0019"></a> of the
<span class="remote"><a href="http://sourceforge.net/projects/turbovnc" class="remote">TurboVNC
SourceForge project page</a></span><a name="idx0020"></a>, uncompress
it, <code>cd turbovnc-3.0.80</code>, and read
it, <code>cd turbovnc-3.0.90</code>, and read
<strong class="filename">BUILDING.md</strong> for further instructions
on how to build TurboVNC from source.</p>

Expand Down

0 comments on commit fdb36b4

Please sign in to comment.