From d40a5261f31d4f4acfbd88313abdace99dae4f24 Mon Sep 17 00:00:00 2001 From: Simon Middleton <smiddle@gitlab.riscosopen.org> Date: Thu, 27 Aug 1998 13:49:27 +0000 Subject: [PATCH] Fixed the version number strings --- s/version | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/s/version b/s/version index 9e03551..38876df 100644 --- a/s/version +++ b/s/version @@ -12,8 +12,6 @@ ; See the License for the specific language governing permissions and ; limitations under the License. ; - GET VersionASM - - DCB Module_MajorVersion " (" Module_Date ") " Module_MinorVersion + DCB Module_MajorVersion," (",Module_Date,") ",Module_MinorVersion END -- GitLab