~vibhavp/ubuntu/raring/ebook-tools/add-autopkgtest

« back to all changes in this revision

Viewing changes to src/libepub/version.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-09-10 14:06:04 UTC
  • mto: (5.1.3 maverick)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100910140604-ge4cw5cetcsetrxv
Tags: upstream-0.2.0
ImportĀ upstreamĀ versionĀ 0.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _LIBEPUB_VERSION_H_
2
2
#define _LIBEPUB_VERSION_H_
3
3
 
4
 
#define LIBEPUB_VERSION_STRING "0.1.1"
 
4
#define LIBEPUB_VERSION_STRING "0.1"
5
5
#define LIBEPUB_VERSION_MAJOR 0
6
6
#define LIBEPUB_VERSION_MINOR 1
7
 
#define LIBEPUB_VERSION_RELEASE 1
 
7
#define LIBEPUB_VERSION_RELEASE 0
8
8
#define LIBEPUB_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
9
9
 
10
10
#define LIBEPUB_VERSION \