diff --git a/mac/Info.plist b/mac/Info.plist index 1479d1240..39d41af4b 100755 --- a/mac/Info.plist +++ b/mac/Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>Gramps</string> <key>CFBundleGetInfoString</key> - <string>Gramps-4.2.1, (C) 1997-2015 The Gramps Team http://www.gramps-project.org</string> + <string>Gramps-4.2.2, (C) 1997-2015 The Gramps Team http://www.gramps-project.org</string> <key>CFBundleIconFile</key> <string>gramps.icns</string> <key>CFBundleIdentifier</key> @@ -17,11 +17,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>4.2.1</string> + <string>4.2.2</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>Gramps-4.2.1-1</string> + <string>Gramps-4.2.2-1</string> <key>NSHumanReadableCopyright</key> <string>Copyright 1997 - 2015 The Gramps Team, GNU General Public License.</string> <key>LSMinimumSystemVersion</key> diff --git a/mac/gramps.modules b/mac/gramps.modules index dd2b89726..64fa0b686 100644 --- a/mac/gramps.modules +++ b/mac/gramps.modules @@ -67,9 +67,9 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle </distutils> <distutils id="gramps" supports-non-srcdir-builds="no"> - <branch module="gramps-project/gramps/archive/gramps-4.2.1.tar.gz" - repo="github-tarball" version="4.2.1" - checkoutdir="gramps-gramps-4.2.1"/> + <branch module="gramps-project/gramps/archive/gramps-4.2.2.tar.gz" + repo="github-tarball" version="4.2.2" + checkoutdir="gramps-gramps-4.2.2"/> <dependencies> <dep package="meta-python2-modules"/> <dep package="meta-python3-modules"/>