Skip to content

Commit ef46076

Browse files
author
timlinux
committed
Upstreaming changes from 0.8.x branch revision 6681
git-svn-id: http://svn.osgeo.org/qgis/trunk@6682 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c419af6 commit ef46076

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

win_build/qgis.nsi

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
; HM NIS Edit Wizard helper defines
44
!define PRODUCT_NAME "Quantum GIS"
5-
!define PRODUCT_VERSION_NUMBER "0.8.1"
6-
!define PRODUCT_VERSION_NAME "Titan"
5+
!define PRODUCT_VERSION_NUMBER "0.9"
6+
!define PRODUCT_VERSION_NAME "Grumpy"
77
!define PRODUCT_VERSION "${PRODUCT_VERSION_NUMBER} ${PRODUCT_VERSION_NAME}"
88
!define PRODUCT_PUBLISHER "qgis.org"
99
!define PRODUCT_WEB_SITE "http://qgis.org"
@@ -25,15 +25,15 @@ SetCompressor zlib
2525

2626
; MUI Settings
2727
!define MUI_ABORTWARNING
28-
!define MUI_ICON "C:\dev\cpp\qgis\win_build\qgis64x64.ico"
29-
!define MUI_UNICON "C:\dev\cpp\qgis\win_build\qgis64x64.ico"
28+
!define MUI_ICON "qgis64x64.ico"
29+
!define MUI_UNICON "qgis64x64.ico"
3030
; Added by Tim for side image
31-
!define MUI_WELCOMEFINISHPAGE_BITMAP "C:\dev\cpp\qgis\win_build\sidebar.bmp"
31+
!define MUI_WELCOMEFINISHPAGE_BITMAP "sidebar.bmp"
3232
; Welcome page
3333
!insertmacro MUI_PAGE_WELCOME
3434
; License page
3535
!define MUI_LICENSEPAGE_RADIOBUTTONS
36-
!insertmacro MUI_PAGE_LICENSE "C:\dev\cpp\qgis\LICENSE.txt"
36+
!insertmacro MUI_PAGE_LICENSE "LICENSE.txt"
3737
; Components page
3838
!insertmacro MUI_PAGE_COMPONENTS
3939
; Directory page

0 commit comments

Comments
 (0)