~ubuntu-branches/ubuntu/maverick/digikam/maverick

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Luka Renko
  • Date: 2009-12-22 21:38:14 UTC
  • mfrom: (1.2.26 upstream)
  • Revision ID: james.westby@ubuntu.com-20091222213814-dtgz0u1068y5rql7
Tags: 2:1.0.0-1ubuntu1
* Merge with Debian, remaining changes:
  - Export .pot name and copy to plugins in debian/rules
  - Build-depend on libkipi7-dev, libkexiv2-8-dev and 
    libkdcraw8-dev (KDE 4.3 -> 4.4)
* Build-depend on liblqr-1-0-dev: now in main (LP: #493508)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# Information to update before to release this package.
8
8
 
9
9
# digiKam version
10
 
SET(DIGIKAM_MAJOR_VERSION "rc")
11
 
SET(DIGIKAM_MINOR_VERSION "")
12
 
SET(DIGIKAM_PATCH_VERSION "")
 
10
SET(DIGIKAM_MAJOR_VERSION "1")
 
11
SET(DIGIKAM_MINOR_VERSION "0")
 
12
SET(DIGIKAM_PATCH_VERSION "0")
13
13
 
14
14
#digiKam release date
15
 
SET(DIGIKAM_RELEASE_DATE "2009-11-29")
 
15
SET(DIGIKAM_RELEASE_DATE "2009-12-20")
16
16
 
17
17
# Suffix to add at end of version string. Usual values are:
18
18
# "-svn"   : alpha code unstable from svn. Do not use in production
21
21
# "-beta3" : beta3 release.
22
22
# "-rc"    : release candidate.
23
23
# ""       : final release. Can be used in production.
24
 
SET(DIGIKAM_SUFFIX_VERSION "-rc")
 
24
SET(DIGIKAM_SUFFIX_VERSION "")
25
25
 
26
26
# ==================================================================================================
27
27
# Set env. variables accordingly.