Selaa lähdekoodia

Making ready for vertion 0.8.3

Jakob Truelsen 16 vuotta sitten
vanhempi
commit
4600a38e98
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      CMakeLists.txt
  2. 1 1
      wkhtmltopdf.pro

+ 1 - 1
CMakeLists.txt

@@ -16,7 +16,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
 PROJECT(wkhtmltopdf)
 SET(CPACK_PACKAGE_VERSION_MAJOR "0")
 SET(CPACK_PACKAGE_VERSION_MINOR "8")
-SET(CPACK_PACKAGE_VERSION_PATCH "2")
+SET(CPACK_PACKAGE_VERSION_PATCH "3")
 
 SET( CMAKE_COLOR_MAKEFILE ON )
 SET( CMAKE_VERBOSE_MAKEFILE ON )

+ 1 - 1
wkhtmltopdf.pro

@@ -13,7 +13,7 @@
 # You should have received a copy of the GNU General Public License
 # along with wkhtmltopdf.  If not, see <http:#www.gnu.org/licenses/>.
 
-DEFINES += MAJOR_VERSION=0 MINOR_VERSION=8 PATCH_VERSION=2
+DEFINES += MAJOR_VERSION=0 MINOR_VERSION=8 PATCH_VERSION=3
 
 TEMP = $$[QT_INSTALL_LIBS] libQtGui.prl
 include($$join(TEMP, "/"))