# # # patch "README" # from [2ca98a193c4cacf84d8a6e9fd992fadbbb783407] # to [3f3f15b402b136a9bcb739eeb19f1476e823ebf6] # # patch "guitone.pro" # from [83dd84c702f12f115664d6ee0c3eb261b2f4950c] # to [cc26af44690611f31e0d3f874f279f7bbb9ccf4d] # ============================================================ --- README 2ca98a193c4cacf84d8a6e9fd992fadbbb783407 +++ README 3f3f15b402b136a9bcb739eeb19f1476e823ebf6 @@ -11,8 +11,8 @@ Building ======== -You need Qt >= 4.5.0 to build and monotone >= 0.46 (or a monotone with an -interface version of 12.0 or greater) to run guitone. Earlier versions do not +You need Qt >= 4.6.0 to build and monotone >= 0.99 (or a monotone with an +interface version of 13.0 or greater) to run guitone. Earlier versions do not have all the infrastructure for certain functionalities available, but might still work in some areas. (You have to lower the requirements in the project file and rebuild monotone before you can actually make it work with older ============================================================ --- guitone.pro 83dd84c702f12f115664d6ee0c3eb261b2f4950c +++ guitone.pro cc26af44690611f31e0d3f874f279f7bbb9ccf4d @@ -5,8 +5,8 @@ REVISION = "" # this is automatically determined if we are executing qmake in a monotone # workspace and if we create a distributable tarball REVISION = "" -MIN_MTN_INT_VERSION = "12.0" -MAX_MTN_INT_VERSION = "12.999" +MIN_MTN_INT_VERSION = "13.0" +MAX_MTN_INT_VERSION = "13.999" APPCAST_URL = "https://guitone.thomaskeller.biz/web/appcast.xml" DOCFILES = "README README.driver COPYING NEWS"