~ubuntu-branches/ubuntu/karmic/taglib-extras/karmic

« back to all changes in this revision

Viewing changes to debian/patches/kubuntu_01_correct_version.diff

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-09-22 12:47:10 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922124710-6l1av537z7npr7mm
Tags: 1.0.1-0ubuntu1
* New upstream bugfix release
* Closes LP: #431968

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- taglib-extras/CMakeLists.txt        2009-09-17 16:38:07.000000000 +0100
 
2
+++ taglib-extras/CMakeLists.txt        2009-09-22 12:44:57.000000000 +0100
 
3
@@ -29,7 +29,7 @@
 
4
 
 
5
 set(TAGLIB-EXTRAS_LIB_MAJOR_VERSION "1")
 
6
 set(TAGLIB-EXTRAS_LIB_MINOR_VERSION "0")
 
7
-set(TAGLIB-EXTRAS_LIB_PATCH_VERSION "0")
 
8
+set(TAGLIB-EXTRAS_LIB_PATCH_VERSION "1")
 
9
 
 
10
 set(TAGLIB-EXTRAS_LIB_VERSION_STRING "${TAGLIB-EXTRAS_LIB_MAJOR_VERSION}.${TAGLIB-EXTRAS_LIB_MINOR_VERSION}.${TAGLIB-EXTRAS_LIB_PATCH_VERSION}")
 
11