~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/libpng/scripts/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-08-01 11:30:30 UTC
  • mto: (15.1.1 lenny) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: james.westby@ubuntu.com-20080801113030-c33y1z0l21t6cj5r
Tags: upstream-4.4.1
ImportĀ upstreamĀ versionĀ 4.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
set(PNGLIB_MAJOR 1)
8
8
set(PNGLIB_MINOR 2)
9
 
set(PNGLIB_RELEASE 25)
 
9
set(PNGLIB_RELEASE 29)
10
10
set(PNGLIB_NAME libpng${PNGLIB_MAJOR}${PNGLIB_MINOR})
11
11
set(PNGLIB_VERSION ${PNGLIB_MAJOR}.${PNGLIB_MINOR}.${PNGLIB_RELEASE})
12
12
 
169
169
 
170
170
# SET UP LINKS
171
171
set_target_properties(${PNG_LIB_NAME} PROPERTIES
172
 
#    VERSION 0.${PNGLIB_RELEASE}.1.2.25
 
172
#    VERSION 0.${PNGLIB_RELEASE}.1.2.29
173
173
     VERSION 0.${PNGLIB_RELEASE}.0
174
174
     SOVERSION 0
175
175
     CLEAN_DIRECT_OUTPUT 1)