~ubuntu-branches/ubuntu/oneiric/libpng/oneiric

« back to all changes in this revision

Viewing changes to scripts/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2009-05-22 09:11:26 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090522091126-ackh8fu2581nwuyg
Tags: 1.2.36-1
* New upstream release 
* Standards-Version is 3.8.1
* debhelper compat is 7
* Run dh_prep instead of dh_clean -k

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 35)
 
9
set(PNGLIB_RELEASE 36)
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.35
 
172
#    VERSION 0.${PNGLIB_RELEASE}.1.2.36
173
173
     VERSION 0.${PNGLIB_RELEASE}.0
174
174
     SOVERSION 0
175
175
     CLEAN_DIRECT_OUTPUT 1)