forked from Kitware/VTK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code extracted from: https://gitlab.kitware.com/third-party/expat.git at commit 634015b4ebf908c8131020ab3e97dea33a9e0b19 (vtk/update-to-2.2.2).
- Loading branch information
Showing
7 changed files
with
157 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ project(expat) | |
cmake_minimum_required(VERSION 2.6) | ||
set(PACKAGE_BUGREPORT "[email protected]") | ||
set(PACKAGE_NAME "expat") | ||
set(PACKAGE_VERSION "2.2.1") | ||
set(PACKAGE_VERSION "2.2.2") | ||
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") | ||
set(PACKAGE_TARNAME "${PACKAGE_NAME}") | ||
|
||
|
@@ -99,7 +99,7 @@ if (FALSE) # XXX(kitware): Use VTK's build macros. | |
add_library(expat ${_SHARED} ${expat_SRCS}) | ||
|
||
set(LIBCURRENT 7) # sync | ||
set(LIBREVISION 3) # with | ||
set(LIBREVISION 4) # with | ||
set(LIBAGE 6) # configure.ac! | ||
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.