From 6722d1cc6a58dc1dc9665a813fdecba89c5c5be3 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Mon, 28 Nov 2011 12:33:45 +0000 Subject: [PATCH] Bump the spotify blob version number --- cmake/SpotifyVersion.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/SpotifyVersion.cmake b/cmake/SpotifyVersion.cmake index 4171deb2e..a599ce7a7 100644 --- a/cmake/SpotifyVersion.cmake +++ b/cmake/SpotifyVersion.cmake @@ -1,2 +1,3 @@ # Increment this whenever the user needs to download a new blob -set(SPOTIFY_BLOB_VERSION 8) +# Remember to upload and sign the new version of the blob. +set(SPOTIFY_BLOB_VERSION 9)