diff --git a/VERSION b/VERSION index 37c2961c..834f2629 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.2 +2.8.0 diff --git a/win32env.bat b/win32env.bat index 35f3339d..e363696e 100644 --- a/win32env.bat +++ b/win32env.bat @@ -13,7 +13,7 @@ set GDALBASE=%ODMBASE%venv\Lib\site-packages\osgeo set OSFMBASE=%ODMBASE%SuperBuild\install\bin\opensfm\bin set SBBIN=%ODMBASE%SuperBuild\install\bin -set PATH="%GDALBASE%";"%SBBIN%";"%OSFMBASE%" +set PATH=%GDALBASE%;%SBBIN%;%OSFMBASE% set PROJ_LIB=%GDALBASE%\data\proj set VIRTUAL_ENV=%ODMBASE%venv @@ -48,4 +48,4 @@ set PATH=%VIRTUAL_ENV%\Scripts;%PATH% if defined _OLD_CODEPAGE ( "%SystemRoot%\System32\chcp.com" %_OLD_CODEPAGE% > nul set _OLD_CODEPAGE= -) \ No newline at end of file +)