Skip to content

Commit

Permalink
neoSphere 5.8.1
Browse files Browse the repository at this point in the history
Update to remove architecture from CLI printout.  No new features or bug
fixes this time.
  • Loading branch information
fatcerberus committed Aug 11, 2022
1 parent a053563 commit 1fb9e5f
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
neoSphere Changelog
===================

v5.8.1 - TBD
------------
v5.8.1 - August 12, 2022
------------------------

* Removes the architecture (x86/x64) from the command-line header.

Expand Down
3 changes: 1 addition & 2 deletions CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ this new commit.
* Version number in `VERSION`
* Version number in Win32 resources (`msvs/*.rc`)
* Version number in `src/shared/version.h`
* Version number and release date in `README.md`
* Version number and release date in manual pages (`manpages/*`)
* Version number, release date, and changelog entries in `CHANGELOG.md`
* Version number in `setup/neoSphereSetup.iss`
Expand All @@ -21,7 +20,7 @@ this new commit.
Build the Release
-----------------

* In Windows using Visual Studio 2019:
* In Windows using Visual Studio 2022:
- Run `git clean -xdf`, then build the following project configurations:
+ **neoSphere:** x64 Redist, x64 Console, Win32 Redist, Win32 Console
+ **Cell:** x64 Console, Win32 Console
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.8.0+
5.8.1
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.0+" "Sphere: the JavaScript game platform"
.TH CELL 1 "2022-08-12" "neoSphere 5.8.1" "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.0+" "Sphere: the JavaScript game platform"
.TH NEOSPHERE 1 "2022-08-12" "neoSphere 5.8.1" "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.0+" "Sphere: the JavaScript game platform"
.TH SPHERUN 1 "2022-08-12" "neoSphere 5.8.1" "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.0+" "Sphere: the JavaScript game platform"
.TH SSJ 1 "2022-08-12" "neoSphere 5.8.1" "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.0+"
#define AppVersion4 "0.0.0.0"
#define AppVersion3 "5.8.1"
#define AppVersion4 "5.8.1.3450"

[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.0+"
#define SPHERE_VERSION "5.8.1"

#define SPHERE_API_VERSION 2
#define SPHERE_API_LEVEL 4
Expand Down

0 comments on commit 1fb9e5f

Please sign in to comment.