~ubuntu-branches/ubuntu/raring/vice/raring

« back to all changes in this revision

Viewing changes to src/version.h

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090331003715-mzclchtl0dp7fcl0
Tags: upstream-2.1.dfsg
ImportĀ upstreamĀ versionĀ 2.1.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#define __VERSION_H__
29
29
 
30
30
#ifndef VERSION
31
 
#define VERSION "1.22"
 
31
#define VERSION "2.1"
32
32
#endif
33
33
 
34
34
#ifndef VERSION_RC_NUMBER
35
 
#define VERSION_RC_NUMBER 1,22,0,0
 
35
#define VERSION_RC_NUMBER 2,1,0,0
36
36
#endif
37
37
 
38
38
#ifndef PACKAGE