diff options
-rw-r--r-- | tools/Linux/packaging/debian/changelog | 2 | ||||
-rwxr-xr-x | tools/Linux/packaging/debian/xbmc-get-orig-source | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/Linux/packaging/debian/changelog b/tools/Linux/packaging/debian/changelog index d8eee3c9de..e23c742445 100644 --- a/tools/Linux/packaging/debian/changelog +++ b/tools/Linux/packaging/debian/changelog @@ -1,4 +1,4 @@ -xbmc (2:10.0~svn33745~deb1-1) experimental; urgency=low +xbmc (2:10.0~svn33746~deb1-1) experimental; urgency=low * Package XBMC for Debian. (Closes: #469397) (LP: #307162) diff --git a/tools/Linux/packaging/debian/xbmc-get-orig-source b/tools/Linux/packaging/debian/xbmc-get-orig-source index c4cc71c6f7..3f2bc1c7f4 100755 --- a/tools/Linux/packaging/debian/xbmc-get-orig-source +++ b/tools/Linux/packaging/debian/xbmc-get-orig-source @@ -64,7 +64,7 @@ done XBMC_TARBALL="" XBMC_TARBALL_CHECKSUM="" if [ -z $SVN_REVISION ]; then - SVN_REVISION="33745" + SVN_REVISION="33746" fi EPOCH="2" XBMC_VERSION="10.0~svn$SVN_REVISION~deb1" |