~ubuntu-branches/ubuntu/karmic/signing-party/karmic

« back to all changes in this revision

Viewing changes to gpgwrap/src/version.h

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2009-02-23 21:37:20 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090223213720-98hkq51ynr3oaic7
Tags: 1.1-2
Fix build error when only building the binary package
by fixing the build-arch target (Closes: #516804).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
 ****************************************************************************
 
3
 *
 
4
 * version.h
 
5
 *
 
6
 ****************************************************************************
 
7
 ****************************************************************************/
 
8
 
 
9
 
 
10
 
 
11
 
 
12
 
 
13
#ifndef VERSION_H
 
14
#define VERSION_H
 
15
 
 
16
#define VERSION                         "0.04"
 
17
#define VERSION_DATE                    "20060904"
 
18
 
 
19
 
 
20
 
 
21
#endif /* !VERSION_H */
 
22
/******************************************************** Karsten Scheibler */