Skip to content

Commit

Permalink
neoSphere 5.9.2
Browse files Browse the repository at this point in the history
Fixes a DirectoryStream bug and a few issues with the `Query` class.
  • Loading branch information
fatcerberus committed Dec 22, 2023
1 parent 73c68a4 commit 2e27cf9
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 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.9.2 - TBD
------------
v5.9.2 - December 22, 2023
--------------------------

* Fixes a bug that causes `DirectoryStream` to report directories as files when
running from an SPK package.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.9.1+
5.9.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.9.1+" "Sphere: the JavaScript game platform"
.TH CELL 1 "2023-12-22" "neoSphere 5.9.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.9.1+" "Sphere: the JavaScript game platform"
.TH NEOSPHERE 1 "2023-12-22" "neoSphere 5.9.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.9.1+" "Sphere: the JavaScript game platform"
.TH SPHERUN 1 "2023-12-22" "neoSphere 5.9.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.9.1+" "Sphere: the JavaScript game platform"
.TH SSJ 1 "2023-12-22" "neoSphere 5.9.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.9.1+"
#define AppVersion4 "0.0.0.0"
#define AppVersion3 "5.9.2"
#define AppVersion4 "5.9.2.3469"

[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.9.1+"
#define SPHERE_VERSION "5.9.2"

#define SPHERE_API_VERSION 2
#define SPHERE_API_LEVEL 4
Expand Down

0 comments on commit 2e27cf9

Please sign in to comment.