Commit 5f329e6206a60a95b58cb9a28591c0cacdde4cd1

Authored by Jay Berkenbilt
1 parent 1253d1be

Remove Version.h -- it was never used

include/qpdf/QPDF.hh
@@ -54,7 +54,7 @@ class QPDF @@ -54,7 +54,7 @@ class QPDF
54 { 54 {
55 public: 55 public:
56 // Get the current version of the QPDF software. See also 56 // Get the current version of the QPDF software. See also
57 - // qpdf/Version.h 57 + // qpdf/DLL.h
58 QPDF_DLL 58 QPDF_DLL
59 static std::string const& QPDFVersion(); 59 static std::string const& QPDFVersion();
60 60
include/qpdf/Version.h deleted
1 -/* Copyright (c) 2005-2022 Jay Berkenbilt  
2 - *  
3 - * This file is part of qpdf.  
4 - *  
5 - * Licensed under the Apache License, Version 2.0 (the "License");  
6 - * you may not use this file except in compliance with the License.  
7 - * You may obtain a copy of the License at  
8 - *  
9 - * http://www.apache.org/licenses/LICENSE-2.0  
10 - *  
11 - * Unless required by applicable law or agreed to in writing, software  
12 - * distributed under the License is distributed on an "AS IS" BASIS,  
13 - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
14 - * See the License for the specific language governing permissions and  
15 - * limitations under the License.  
16 - *  
17 - * Versions of qpdf prior to version 7 were released under the terms  
18 - * of version 2.0 of the Artistic License. At your option, you may  
19 - * continue to consider qpdf to be licensed under those terms. Please  
20 - * see the manual for additional information.  
21 - */  
22 -  
23 -#ifndef QPDF_VERSION_H  
24 -#define QPDF_VERSION_H  
25 -  
26 -/* The first version of qpdf to have these constants was 10.6.0. This  
27 - * file is included by qpdf/DLL.h, which is included by everything  
28 - * that adds to the public API, so you can test for these values  
29 - * without explicitly including this file in code that has to work  
30 - * with older qpdf than 10.6.0.  
31 - */  
32 -  
33 -  
34 -#endif /* QPDF_VERSION_H */