~z88dk-team/z88dk-pkg/trunk

« back to all changes in this revision

Viewing changes to src/sccz80/data.c

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-02-12 08:23:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080212082349-wgijt44scmgje90o
Tags: 1.7.ds1-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - build z88dk and z88dk-bin binary packages for lpia too
  - update Maintainer field as per spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 *      I'm starting to split these up once more and stick them in
7
7
 *      the relevant files..
8
8
 *
9
 
 *      $Id: data.c,v 1.29 2004/03/26 22:06:09 denniz Exp $
 
9
 *      $Id: data.c,v 1.31 2007/07/10 20:58:20 dom Exp $
10
10
 */
11
11
 
12
12
#include "ccdefs.h"
13
13
 
14
14
/*      Now reserve some storage words          */
15
15
 
16
 
char amivers[] = "$VER: sccz80 v26.03.2004.01 (26.3.2004";
 
16
char amivers[] = "$VER: sccz80 " __DATE__;
17
17
char titlec[] = "Small-C/Plus - z80 Crosscompiler ";
18
18
char Banner[]  = "* * * * *  Small-C/Plus z88dk * * * * *" ;
19
 
char Version[] = "  Version: v26-03-2004.01";
 
19
char Version[] = "  Version: 20070710.1";
20
20
 
21
21
 
22
22