changeset 1025:a20d2fd36cfa

Releases of all OS-9 packages are now under a common version number
author boisy
date Fri, 07 Mar 2003 15:24:10 +0000
parents 5c61c753ebb5
children 33efa4eee488
files defs/releasedefs level1/ChangeLog level1/defsfile level1/modules/sysgo.asm level2/coco3/ChangeLog level2/coco3/defsfile level2/coco3_6309/ChangeLog level2/coco3_6309/defsfile level2/modules/cc3go.asm
diffstat 9 files changed, 24 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/defs/releasedefs	Fri Mar 07 15:24:10 2003 +0000
@@ -0,0 +1,7 @@
+* Release defsfile for all versions of OS-9
+*
+*
+* OS-9 Version equates
+OS9Vrsn  equ   3
+OS9Major equ   1
+OS9Minor equ   0
--- a/level1/ChangeLog	Fri Mar 07 14:48:02 2003 +0000
+++ b/level1/ChangeLog	Fri Mar 07 15:24:10 2003 +0000
@@ -1,4 +1,5 @@
-OS-9 Level One V2.01.01 Beta1 Release (03/07/2003):
+OS-9 Level One V3.01.00:
+- New common version among all releases of OS-9 for the CoCo
 - Many commands have been updated and optimized:
    o For size reasons, command help information is no longer embedded in the
      utilites, but is instead available through the helpmsg file in /DD/SYS
--- a/level1/defsfile	Fri Mar 07 14:48:02 2003 +0000
+++ b/level1/defsfile	Fri Mar 07 15:24:10 2003 +0000
@@ -1,11 +1,9 @@
-* Main defsfile for OS-9 Level One V2
+* Main defsfile for OS-9 Level One
 *
 *
-* OS-9 Level and Version equates
+* OS-9 Level
 Level    equ   1
-OS9Vrsn  equ   2
-OS9Major equ   1
-OS9Minor equ   1
 
          use   os9defs
          use   systype
+         use   releasedefs
--- a/level1/modules/sysgo.asm	Fri Mar 07 14:48:02 2003 +0000
+++ b/level1/modules/sysgo.asm	Fri Mar 07 15:24:10 2003 +0000
@@ -47,7 +47,7 @@
 
 * For ROM version, cut down on verbage
          IFNE  DiskGo
-         fcc   !BETA1 Release 03/07/2003!
+         fcc   !Release Date: 03/07/2003!
          fcb   C$CR,C$LF
          fcc   !"A CoCo Community Project"!
          fcb   C$CR,C$LF
--- a/level2/coco3/ChangeLog	Fri Mar 07 14:48:02 2003 +0000
+++ b/level2/coco3/ChangeLog	Fri Mar 07 15:24:10 2003 +0000
@@ -1,4 +1,5 @@
-OS-9 Level One V2.01.00 Beta3:
+OS-9 Level Two V3.01.00:
+- New common version among all releases of OS-9 for the CoCo
 - Many commands have been updated and optimized:
    o For size reasons, command help information is no longer embedded in the
      utilites, but is instead available through the helpmsg file in /DD/SYS
@@ -21,7 +22,7 @@
   CC3Go will now try to fork AutoEx instead of jumping to the crash routine.
 - Several bugs that crept into IOMan during the last release have been fixed.
 
-OS-9 Level One V2.01.00 Beta2:
+OS-9 Level Two V2.01.00 Beta2:
 - Defs files now have properly terminated lines and 'pag' is now emitted
   as a comment.
 - SCF, Rammer and PipeMan are now made from the NitrOS-9 version source base,
--- a/level2/coco3/defsfile	Fri Mar 07 14:48:02 2003 +0000
+++ b/level2/coco3/defsfile	Fri Mar 07 15:24:10 2003 +0000
@@ -1,9 +1,7 @@
-* OS-9 Level and Version equates
+* OS-9 Level equates
 Level    equ   2
-OS9Vrsn  equ   3
-OS9Major equ   0
-OS9Minor equ   2
 
          use   os9defs
          use   scfdefs
          use   systype
+         use   releasedefs
--- a/level2/coco3_6309/ChangeLog	Fri Mar 07 14:48:02 2003 +0000
+++ b/level2/coco3_6309/ChangeLog	Fri Mar 07 15:24:10 2003 +0000
@@ -1,4 +1,5 @@
-OS-9 Level One V2.01.00 Beta3:
+OS-9 Level Two V3.01.00:
+- New common version among all releases of OS-9 for the CoCo
 - Many commands have been updated and optimized:
    o For size reasons, command help information is no longer embedded in the
      utilites, but is instead available through the helpmsg file in /DD/SYS
@@ -21,7 +22,7 @@
   CC3Go will now try to fork AutoEx instead of jumping to the crash routine.
 - Several bugs that crept into IOMan during the last release have been fixed.
 
-OS-9 Level One V2.01.00 Beta2:
+OS-9 Level Two V2.01.00 Beta2:
 - Defs files now have properly terminated lines and 'pag' is now emitted
   as a comment.
 - SCF, Rammer and PipeMan are now made from the NitrOS-9 version source base,
--- a/level2/coco3_6309/defsfile	Fri Mar 07 14:48:02 2003 +0000
+++ b/level2/coco3_6309/defsfile	Fri Mar 07 15:24:10 2003 +0000
@@ -1,9 +1,7 @@
-* OS-9 Level and Version equates
+* OS-9 Level equates
 Level    equ   2
-OS9Vrsn  equ   3
-OS9Major equ   0
-OS9Minor equ   2
 
          use   os9defs
          use   scfdefs
          use   systype
+         use   releasedefs
--- a/level2/modules/cc3go.asm	Fri Mar 07 14:48:02 2003 +0000
+++ b/level2/modules/cc3go.asm	Fri Mar 07 15:24:10 2003 +0000
@@ -49,11 +49,7 @@
          fcc   /.0/
          fcb   48+OS9Minor
          fcb   C$CR,C$LF
-         IFNE  NitrOS9
-         fcc   " ORION BETA3 Release 03/07/2003"
-         ELSE
-         fcc   " ARIES BETA3 Release 03/07/2003"
-         ENDC
+         fcc   "    Release Date: 03/07/2003"
          fcb   C$CR,C$LF
          fcc   /   "A CoCo Community Project"/
          fcb   C$CR,C$LF