Skip to content

Commit

Permalink
neoSphere 5.8.2
Browse files Browse the repository at this point in the history
Updates the copyright date and changes the text of the SSj badge to make
its purpose clearer.
  • Loading branch information
fatcerberus committed Jan 28, 2023
1 parent 7e6e80a commit a88fb09
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
neoSphere Changelog
===================

TBD - TBD
---------

* No changes yet.
v5.8.2 - January 27, 2023
-------------------------

* Changes the SSj badge to say "SSj CLI" instead of just "SSj", to make it
clearer that a command-line debugger is attached.

v5.8.1 - August 12, 2022
------------------------
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.8.1+
5.8.2
2 changes: 1 addition & 1 deletion manpages/cell.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH CELL 1 "xxxx-xx-xx" "neoSphere 5.8.1+" "Sphere: the JavaScript game platform"
.TH CELL 1 "2023-01-27" "neoSphere 5.8.2" "Sphere: the JavaScript game platform"
.SH NAME
cell \- scripted build tool for Sphere game engine games
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion manpages/neosphere.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH NEOSPHERE 1 "xxxx-xx-xx" "neoSphere 5.8.1+" "Sphere: the JavaScript game platform"
.TH NEOSPHERE 1 "2023-01-27" "neoSphere 5.8.2" "Sphere: the JavaScript game platform"
.SH NAME
neosphere \- lightweight JavaScript-powered game engine
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion manpages/spherun.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SPHERUN 1 "xxxx-xx-xx" "neoSphere 5.8.1+" "Sphere: the JavaScript game platform"
.TH SPHERUN 1 "2023-01-27" "neoSphere 5.8.2" "Sphere: the JavaScript game platform"
.SH NAME
spherun \- run a Sphere game in a dev-friendly environment
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion manpages/ssj.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SSJ 1 "xxxx-xx-xx" "neoSphere 5.8.1+" "Sphere: the JavaScript game platform"
.TH SSJ 1 "2023-01-27" "neoSphere 5.8.2" "Sphere: the JavaScript game platform"
.SH NAME
ssj - the JavaScript debugger for neoSphere
.SH SYNOPSIS
Expand Down
Binary file modified msvs/cell.rc
Binary file not shown.
Binary file modified msvs/neosphere.rc
Binary file not shown.
Binary file modified msvs/ssj.rc
Binary file not shown.
4 changes: 2 additions & 2 deletions setup/neoSphereSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
; configurations.
#define AppName "neoSphere"
#define AppPublisher "Fat Cerberus"
#define AppVersion3 "5.8.1+"
#define AppVersion4 "0.0.0.0"
#define AppVersion3 "5.8.2"
#define AppVersion4 "5.8.2.3453"

[Setup]
OutputBaseFilename=neoSphereSetup-{#AppVersion3}-msw
Expand Down
2 changes: 1 addition & 1 deletion src/shared/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#define SPHERE_COMPILER_NAME "Cell"
#define SPHERE_DEBUGGER_NAME "SSj"

#define SPHERE_VERSION "5.8.1+"
#define SPHERE_VERSION "5.8.2"

#define SPHERE_API_VERSION 2
#define SPHERE_API_LEVEL 4
Expand Down

0 comments on commit a88fb09

Please sign in to comment.