~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty-security

« back to all changes in this revision

Viewing changes to build/source/libs/jpeg/libjpeg.rc

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* libjpeg.rc: libjpeg resources                             -*- C++ -*-
 
2
 
 
3
   Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
 
4
 
 
5
   This file is free software; you can redistribute it and/or modify
 
6
   it under the terms of the GNU General Public License as published
 
7
   by the Free Software Foundation; either version 2, or (at your
 
8
   option) any later version.
 
9
 
 
10
   This file is distributed in the hope that it will be useful, but
 
11
   WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
13
   General Public License for more details.
 
14
 
 
15
   You should have received a copy of the GNU General Public License
 
16
   along with this file; if not, write to the Free Software
 
17
   Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 
18
   USA. */
 
19
 
 
20
#include <texlive-version.h>
 
21
 
 
22
#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
 
23
#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " jpeg 0.6b"
 
24
 
 
25
#define VER_INTERNALNAME_STR TEXLIVE_LIBRARYPREFIX_STR "jpeg"
 
26
#define VER_ORIGINALFILENAME_STR TEXLIVE_LIBRARYPREFIX_STR "jpeg.dll"
 
27
 
 
28
#define VER_FILEDESCRIPTION_STR "JPEG DLL"
 
29
 
 
30
#define VER_LEGALCOPYRIGHT_STR "This software is copyright (C) 1991-1998, Thomas G. Lane"
 
31
 
 
32
#define VER_FILETYPE VFT_DLL
 
33
 
 
34
#include <texlive.version>
 
35
 
 
36
/* libjpeg.rc ends here */