From a88fb097668e66f23b330703d9ad74d3c959f912 Mon Sep 17 00:00:00 2001 From: Bruce Pascoe Date: Fri, 27 Jan 2023 23:36:10 -0500 Subject: [PATCH] neoSphere 5.8.2 Updates the copyright date and changes the text of the SSj badge to make its purpose clearer. --- CHANGELOG.md | 8 ++++---- VERSION | 2 +- manpages/cell.1 | 2 +- manpages/neosphere.1 | 2 +- manpages/spherun.1 | 2 +- manpages/ssj.1 | 2 +- msvs/cell.rc | Bin 4656 -> 4680 bytes msvs/neosphere.rc | Bin 5202 -> 5226 bytes msvs/ssj.rc | Bin 4652 -> 4676 bytes setup/neoSphereSetup.iss | 4 ++-- src/shared/version.h | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 327d3a4c..d7552369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ------------------------ diff --git a/VERSION b/VERSION index b488afce..182ea559 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.8.1+ \ No newline at end of file +5.8.2 \ No newline at end of file diff --git a/manpages/cell.1 b/manpages/cell.1 index 0c5f6aae..1472e420 100644 --- a/manpages/cell.1 +++ b/manpages/cell.1 @@ -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 diff --git a/manpages/neosphere.1 b/manpages/neosphere.1 index 52398fc3..e28ccff0 100644 --- a/manpages/neosphere.1 +++ b/manpages/neosphere.1 @@ -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 diff --git a/manpages/spherun.1 b/manpages/spherun.1 index 76232160..69133e45 100644 --- a/manpages/spherun.1 +++ b/manpages/spherun.1 @@ -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 diff --git a/manpages/ssj.1 b/manpages/ssj.1 index 3b747e51..81b391b6 100644 --- a/manpages/ssj.1 +++ b/manpages/ssj.1 @@ -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 diff --git a/msvs/cell.rc b/msvs/cell.rc index e50a4150949f763014144c8f476a86f6a1b8b40e..a112478748be0db2940f1013156ee254b4803eb0 100644 GIT binary patch delta 110 zcmdm>azbT8ABV6hgARiQ5E}upF@p(%DTDFk*&M3a#5bSiU}pwO=m9n80X68sG;Dsz SEy;vUVsasu_+~jiAr=542odN2 delta 86 zcmX@1vO#4-9|x}igAM~6PhQBOiYl`CCI>q+P)HA`2#P2B^XP6?;CaJ{D!f^qPm=`z D(Jv25 diff --git a/msvs/neosphere.rc b/msvs/neosphere.rc index 9b7cae85ffa696554e79a4623e72e6966aab3a21..da1164ceb79c9a9ea9d15faa8020889d3d78a588 100644 GIT binary patch delta 110 zcmcbl@k(RECN5!91|0?qAT|PGV+IojQwHP7`?*xHiEsYM^^plEp$F8U2h^Yk)3EtH SuP#=J$?ti^H#-Oju>b&~x)fLd delta 82 xcmaE*aY$ft`gq+zX5|DP!S9(O`ganI(Y*Z$7C69zRe0e QFBq{ZaN!eL?83(a05PHy`2YX_ diff --git a/setup/neoSphereSetup.iss b/setup/neoSphereSetup.iss index f422c2b6..36ea36fb 100644 --- a/setup/neoSphereSetup.iss +++ b/setup/neoSphereSetup.iss @@ -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 diff --git a/src/shared/version.h b/src/shared/version.h index 169bfede..c2655049 100644 --- a/src/shared/version.h +++ b/src/shared/version.h @@ -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