Skip to content

Commit

Permalink
Version change
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsmr committed Oct 12, 2024
1 parent 3d3ed15 commit 19c4573
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Readme.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Readme &bull; SC4MP Launcher v0.6.5</title>
<title>Readme &bull; SC4MP Launcher v0.6.6</title>
<!--<link rel="stylesheet" href="resources/style.css">-->
<style>
body {
Expand All @@ -15,7 +15,7 @@
<div class="wrapper">
<center>
<h1>SC4MP Launcher</h1>
<h4>Readme &bull; Version 0.6.5</h4>
<h4>Readme &bull; Version 0.6.6</h4>
<br>
<p>Thank you for installing the SC4MP Launcher! This readme will help you get started with SC4MP. You can start playing Simcity 4 multiplayer in just a few steps.</p>
<br>
Expand Down Expand Up @@ -102,7 +102,7 @@ <h2>Updates and more</h2>
<p></p>
<p>Visit the official SC4MP website at <a href="http://www.sc4mp.org/">sc4mp.org</a>.</p>
<h2>Credits</h2>
<p>This readme was prepared for the SC4MP Launcher version 0.6.5.</p>
<p>This readme was prepared for the SC4MP Launcher version 0.6.6.</p>
<p>View the full list of collaborators on <a href="https://github.com/kegsmr/sc4mp-client/collaborators">GitHub</a>.</p>
<p>Special thanks to <a href="http://j5.io/">Julian Cizmic</a>, the original creator of PMR, the primary inspiration for SC4MP.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion sc4mpclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

# Header

SC4MP_VERSION = "0.6.5"
SC4MP_VERSION = "0.6.6"

SC4MP_SERVERS = [("servers.sc4mp.org", port) for port in range(7240, 7250)]

Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "SC4MP Launcher"
#define MyAppVersion "0.6.5"
#define MyAppVersion "0.6.6"
#define MyAppPublisher "SimCity 4 Multiplayer Project"
#define MyAppExeName "sc4mpclient.exe"
#define TimeStamp GetDateTimeString('yyyymmddhhnnss', '', '')
Expand Down

0 comments on commit 19c4573

Please sign in to comment.