~ubuntu-branches/ubuntu/saucy/muse/saucy

« back to all changes in this revision

Viewing changes to .pc/1001-buildsystem.patch/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-01-31 10:21:39 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20130131102139-3nzmsj7eoul58cp5
Tags: 2.1.1-1
* New upstream release.
* Refresh patches.
* Remove unnecessary debian/patches/0001-es_locale_fix.patch.
* Fix Vcs fields.
* Refresh debian/copyright.
* Elaborate public-domain licensed code.
* Fix doc-base control file.
* Bump debhelper requirements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
SET(MusE_VERSION_MAJOR 2)
86
86
SET(MusE_VERSION_MINOR 1)
87
87
SET(MusE_VERSION_PATCH 0)
88
 
SET(MusE_VERSION       "2.1")
89
 
SET(MusE_VERSION_FULL  "2.1")
 
88
SET(MusE_VERSION       "2.1.1")
 
89
SET(MusE_VERSION_FULL  "2.1.1")
90
90
SET(MusE_INSTALL_NAME  "muse-2.1")
91
91
SET(MusE_EXEC_NAME     "muse2")
92
92