~ubuntu-branches/ubuntu/jaunty/luatex/jaunty

« back to all changes in this revision

Viewing changes to src/texk/web2c/luatexdir/pdftosrc.rc

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2007-09-24 12:56:11 UTC
  • Revision ID: james.westby@ubuntu.com-20070924125611-a8ge689azbptxvla
Tags: upstream-0.11.2
ImportĀ upstreamĀ versionĀ 0.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* pdftosrc.rc: pdftosrc 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 " pdftosrc 2.01"
 
24
 
 
25
#define VER_INTERNALNAME_STR "pdftosrc"
 
26
#define VER_ORIGINALFILENAME_STR "pdftosrc.exe"
 
27
 
 
28
#define VER_FILEDESCRIPTION_STR "PDF Source Extractor"
 
29
 
 
30
#define VER_COMPANYNAME_STR ""
 
31
#define VER_LEGALCOPYRIGHT_STR ""
 
32
 
 
33
#include <texlive.version>
 
34
 
 
35
/* pdftosrc.rc ends here */