~paparazzi-uav/paparazzi/v5.0-manual

« back to all changes in this revision

Viewing changes to sw/ext/opencv_bebop/opencv/3rdparty/libjpeg/jversion.h

  • Committer: Paparazzi buildbot
  • Date: 2016-05-18 15:00:29 UTC
  • Revision ID: felix.ruess+docbot@gmail.com-20160518150029-e8lgzi5kvb4p7un9
Manual import commit 4b8bbb730080dac23cf816b98908dacfabe2a8ec from v5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * jversion.h
 
3
 *
 
4
 * Copyright (C) 1991-2013, Thomas G. Lane, Guido Vollbeding.
 
5
 * This file is part of the Independent JPEG Group's software.
 
6
 * For conditions of distribution and use, see the accompanying README file.
 
7
 *
 
8
 * This file contains software version identification.
 
9
 */
 
10
 
 
11
 
 
12
#define JVERSION        "9  13-Jan-2013"
 
13
 
 
14
#define JCOPYRIGHT      "Copyright (C) 2013, Thomas G. Lane, Guido Vollbeding"