Mac: Bumb stable release version to 3.4.4.

svn: r22327
This commit is contained in:
John Ralls 2013-05-16 16:49:38 +00:00
parent 5dcdd4a850
commit 82e4ddd543
2 changed files with 6 additions and 5 deletions

View File

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Gramps</string>
<key>CFBundleGetInfoString</key>
<string>Gramps 3.4.3-1, (C) 1997-2013 The Gramps Team http://www.gramps-project.org</string>
<string>Gramps 3.4.4-1, (C) 1997-2013 The Gramps Team http://www.gramps-project.org</string>
<key>CFBundleIconFile</key>
<string>gramps.icns</string>
<key>CFBundleIdentifier</key>
@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.4.3-1</string>
<string>3.4.4-1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleName</key>
<string>Gramps</string>
<key>CFBundleVersion</key>
<string>3.4.3-1</string>
<string>3.4.4-1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1997 - 2013 The Gramps Team, GNU General Public License.</string>
<key>LSMinimumSystemVersion</key>

View File

@ -64,7 +64,7 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
<autotools id="gramps" autogen-sh="configure">
<branch module="gramps/gramps-3.4.3.tar.gz" version="3.4.3"
<branch module="gramps/gramps-3.4.4.tar.gz" version="3.4.4"
repo="sourceforge">
</branch>
<dependencies>
@ -168,7 +168,8 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
</dependencies>
</distutils>
<autotools id="graphviz" autogenargs="--disable-sharp --disable-guile --disable-java --disable-lua --disable-ocaml --disable-perl --disable-php --disable-r --disable-ruby --disable-tcl --without-x --with-pangocairo --with-included-ltdl" autogen-sh="configure">
<autotools id="graphviz" autogen-sh="configure"
autogenargs="--disable-sharp --disable-guile --disable-java --disable-lua --disable-ocaml --disable-perl --disable-php --disable-r --disable-ruby --disable-tcl --without-x --with-pangocairo --with-included-ltdl=yes">
<branch module="graphviz-2.28.0.tar.gz" version="2.28.0" repo="graphviz"/>
<dependencies>
<dep package="librsvg"/>