Changeset: 2c14f82c24a9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2c14f82c24a9 Modified Files: tools/embedded/build-on-windows.bat tools/embedded/build-rpkg.sh tools/embedded/rpackage/DESCRIPTION Branch: Jun2016 Log Message:
version bump following cran submission diffs (39 lines): diff --git a/tools/embedded/build-on-windows.bat b/tools/embedded/build-on-windows.bat --- a/tools/embedded/build-on-windows.bat +++ b/tools/embedded/build-on-windows.bat @@ -1,5 +1,5 @@ -rm MonetDBLite_0.2.2.zip -"c:\Program Files (x86)\GnuWin32\bin\wget.exe" http://dev.monetdb.org/Assets/R/MonetDBLite_0.2.2.tar.gz -"c:\Program Files\R\R-3.2.5\bin\R" CMD INSTALL --build --merge-multiarch MonetDBLite_0.2.2.tar.gz -rm MonetDBLite_0.2.2.tar.gz +rm MonetDBLite_0.2.3.zip +"c:\Program Files (x86)\GnuWin32\bin\wget.exe" http://dev.monetdb.org/Assets/R/MonetDBLite_0.2.3.tar.gz +"c:\Program Files\R\R-3.2.5\bin\R" CMD INSTALL --build --merge-multiarch MonetDBLite_0.2.3.tar.gz +rm MonetDBLite_0.2.3.tar.gz pause diff --git a/tools/embedded/build-rpkg.sh b/tools/embedded/build-rpkg.sh --- a/tools/embedded/build-rpkg.sh +++ b/tools/embedded/build-rpkg.sh @@ -3,9 +3,9 @@ if [ -z $STAGEDIR ]; then STAGEDIR=/tmp/monetdb-embedded-stage fi -RPKG=MonetDBLite_0.2.2.tar.gz -OSXPKG=MonetDBLite_0.2.2.tgz -WINPKG=MonetDBLite_0.2.2.zip +RPKG=MonetDBLite_0.2.3.tar.gz +OSXPKG=MonetDBLite_0.2.3.tgz +WINPKG=MonetDBLite_0.2.3.zip rm -rf $STAGEDIR diff --git a/tools/embedded/rpackage/DESCRIPTION b/tools/embedded/rpackage/DESCRIPTION --- a/tools/embedded/rpackage/DESCRIPTION +++ b/tools/embedded/rpackage/DESCRIPTION @@ -1,5 +1,5 @@ Package: MonetDBLite -Version: 0.2.2 +Version: 0.2.3 Title: In-Process Version of MonetDB for R Author: MonetDB Development Team Maintainer: Hannes Muehleisen <[email protected]> _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
