~ubuntu-branches/ubuntu/feisty/sysstat/feisty

« back to all changes in this revision

Viewing changes to version.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2004-06-15 18:47:50 UTC
  • Revision ID: james.westby@ubuntu.com-20040615184750-y9zskvg3k6tf9j15
Tags: upstream-5.0.5
ImportĀ upstreamĀ versionĀ 5.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * sysstat: System performance tools for Linux
 
3
 * (C) 1999-2004 by Sebastien Godard (sysstat <at> wanadoo.fr)
 
4
 */
 
5
 
 
6
#ifndef _VERSION_H
 
7
#define _VERSION_H
 
8
 
 
9
/* sysstat version number */
 
10
#define VERSION "VERSION_NUMBER"
 
11
 
 
12
#endif  /* _VERSION_H */