Changeset 71


Ignore:
Timestamp:
Aug 1, 2020, 9:59:11 PM (5 years ago)
Author:
Gregg Young
Message:

Add GBM install instructions to readme; Version set to 2.0.0.2

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/english/README

    r60 r71  
    3535install/uninstall them. You should uninstall any versions prior to 2.00 either
    3636with Warpin (if they were wpi archives) or manually. This is to avoid leaving
    37 numerous old files in place since many of the file names have changed.
     37numerous old files in place since many of the file names have changed. You
     38also need to install the Generalized Bitmap Modual (GBM.DLL) by Heiko Nitzsche.
     39It is installed with ArcaOS. It can be installed from the Netlabs RPM repository
     40using ANPM or yum install GBM. A zip package is available on Hobbes.
    3841
    3942-- BUILDING --
  • trunk/setgoq.cmd

    r55 r71  
    33SET GOTMINOR=0
    44SET GOTREVISION=0
    5 SET GOTFIXLEVEL=beta11
     5SET GOTFIXLEVEL=2
    66time > CLIP: < timetemp
    77input %%GOTBUILDDATE < CLIP:
    88SET GOTBUILDMACHINE=Zobopeep
    99SET _QUIET_=1
     10WMAKE CLEAN
  • trunk/setgot.cmd

    r55 r71  
    33SET GOTMINOR=0
    44SET GOTREVISION=0
    5 SET GOTFIXLEVEL=beta11
     5SET GOTFIXLEVEL=2
    66time > CLIP: < timetemp
    77input %%GOTBUILDDATE < CLIP:
    88SET GOTBUILDMACHINE=Zobopeep
    99SET _QUIET_=
     10WMAKE CLEAN
  • trunk/version.h

    r49 r71  
    2020#define PSZ_VERSION_L1     "2"
    2121#define PSZ_VERSION_L2     PSZ_VERSION_L1".00"
    22 #define PSZ_VERSION_L3     PSZ_VERSION_L2""
     22#define PSZ_VERSION_L3     PSZ_VERSION_L2".02"
    2323
    2424#define PSZ_NAMEVERSION    "Gotcha! 2.00"
Note: See TracChangeset for help on using the changeset viewer.