Changeset 1280 for trunk/dll


Ignore:
Timestamp:
Nov 18, 2008, 5:23:29 PM (17 years ago)
Author:
John Small
Message:

Set version for next milesone.

Location:
trunk/dll
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3dll.def

    r1278 r1280  
    77# 17 Sep 08 JBS Commented out (# JBS) unneeded exports
    88
    9 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00      GKYBuild::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'
     9option description '@#SLAInc:3.15.0#@##1## 11/18/2008 03:15:00      GKYBuild::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'
    1010segment class 'DATA' readwrite loadoncall nonshared
    1111segment class 'CODE' loadoncall
  • trunk/dll/fm3res.def

    r1278 r1280  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00      GKYBuild::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'
     7option description '@#SLAInc:3.15.0#@##1## 11/18/2008 03:15:00      GKYBuild::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'
    88
    99segment class 'DATA' readonly loadoncall shared
  • trunk/dll/internal/makefile

    r1278 r1280  
    5353   @%write $^@ option map
    5454   @%write $^@ name $(BASE)
    55    @%write $^@ op desc '@$#SLAInc:3.14.0$#@$#$#1$#$# 11/16/2008 03:14:00      slamain::EN:US:0:U:@@FM/2 Strings Compiler'
     55   @%write $^@ op desc '@$#SLAInc:3.15.0$#@$#$#1$#$# 11/18/2008 03:15:00      slamain::EN:US:0:U:@@FM/2 Strings Compiler'
    5656   @%write $^@ file $(BASE).obj
    5757   @%write $^@ library os2386.lib
  • trunk/dll/version.h

    r1278 r1280  
    5555
    5656#define VERMAJOR       3
    57 #define VERMINOR       14
     57#define VERMINOR       15
    5858// Ensure VERREALMINOR nul for non-beta releases
    5959// #define VERREALMINOR   ""
Note: See TracChangeset for help on using the changeset viewer.