~ubuntu-branches/ubuntu/maverick/kdegraphics/maverick-proposed

« back to all changes in this revision

Viewing changes to libs/libkdcraw/libraw/libraw/libraw_version.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-02 14:03:43 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20091202140343-2732gbkj69g89arq
Tags: 4:4.3.80-0ubuntu1
* New upstream beta release:
  - Add build-depend on shared-desktop-ontologies for nepomuk integration
  - Bump .so versions for libkexiv, libkdcraw and libkipi
  - Update various .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- C++ -*-
2
2
 * File: libraw_version.h
3
 
 * Copyright 2008-2009 Alex Tutubalin <lexa@lexa.ru>
 
3
 * Copyright 2008-2009 LibRaw LLC (info@libraw.org)
4
4
 * Created: Mon Sept  8, 2008 
5
5
 *
6
6
 * LibRaw C++ interface
25
25
#define __VERSION_H
26
26
 
27
27
#define LIBRAW_MAJOR_VERSION  0
28
 
#define LIBRAW_MINOR_VERSION  7
29
 
#define LIBRAW_PATCH_VERSION  2
 
28
#define LIBRAW_MINOR_VERSION  8
 
29
#define LIBRAW_PATCH_VERSION  4
30
30
#define LIBRAW_VERSION_TAIL   Release
31
31
 
32
32
#define _LIBRAW_VERSION_MAKE(a,b,c,d) #a"."#b"."#c"-"#d