~ubuntu-branches/ubuntu/karmic/tuxpaint-config/karmic

« back to all changes in this revision

Viewing changes to src/version.h

  • Committer: Bazaar Package Importer
  • Author(s): Ben Armstrong
  • Date: 2007-07-03 22:12:27 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070703221227-4rcr4gusu3gjj8ll
Tags: 0.0.8-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define VERSION_H
3
3
 
4
4
/* Now set in makefile */
5
 
//#define VER_VERSION "0.0.6"
6
 
//#define VER_DATE "2004.12.11"
7
5
 
8
6
#endif /* VERSION_H */
9
7