~ubuntu-branches/ubuntu/utopic/tinymux/utopic

« back to all changes in this revision

Viewing changes to src/_build.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Ervin Hearn III
  • Date: 2008-04-11 23:18:25 UTC
  • mfrom: (1.1.5 upstream) (6.1.1 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080411231825-1pq4trckagyk8roo
Tags: 2.6.5.27-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// _build.cpp
2
2
//
3
 
// $Id: _build.cpp,v 1.4 2004/06/10 15:39:34 sdennis Exp $
4
 
//
5
 
// MUX 2.4
6
 
// Copyright (C) 1998 through 2004 Solid Vertical Domains, Ltd. All
7
 
// rights not explicitly given are reserved.
 
3
// $Id: _build.cpp 8 2006-09-05 01:55:58Z brazilofmux $
8
4
//
9
5
#include "_build.h"
10
6
char szBuildDate[] = __DATE__ " " __TIME__;