File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1111 <key >CFBundleSignature</key >
1212 <string >QGIS</string >
1313 <key >CFBundleGetInfoString</key >
14- <string >QGIS @VERSION, © 2002-2006 QGIS Development Team</string >
14+ <string >QGIS @VERSION (@SVNVERSION) , © 2002-2006 QGIS Development Team</string >
1515 <key >CFBundleShortVersionString</key >
16- <string >@SHORTVERSION</string >
16+ <string >@SHORTVERSION (@SVNVERSION) </string >
1717 <key >CFBundleVersion</key >
1818 <string >@VERSION</string >
1919 <key >CFBundleIconFile</key >
Original file line number Diff line number Diff line change @@ -19,10 +19,12 @@ contents_DATA = \
1919 Info.plist \
2020 Pkginfo
2121
22- Info.plist : Info.plist.in $(top_builddir ) /configure.in
22+ Info.plist : Info.plist.in $(top_builddir ) /configure.in $( top_builddir ) /qgssvnversion.h
2323 @SHORTVERSION=$(MAJOR_VERSION ) .$(MINOR_VERSION ) .$(MICRO_VERSION ) && \
24+ SVNVERSION=` svnversion $( top_builddir) ` && \
2425 sed -e " s/@VERSION/$( VERSION) /" \
2526 -e " s/@SHORTVERSION/$$ SHORTVERSION/" \
27+ -e " s/@SVNVERSION/$$ SVNVERSION/" \
2628 < Info.plist.in > $@
2729
2830Pkginfo : Makefile
You can’t perform that action at this time.
0 commit comments