You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by rm...@apache.org on 2015/10/29 00:38:03 UTC

[6/8] incubator-trafodion git commit: Update the windowsODBC package name to 1.3.0

Update the windowsODBC package name to 1.3.0

Chaged the windows ODBC package name from TFODBC64-1.2.0.exe to
TFODBC64-1.3.0.exe


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/f1446cda
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/f1446cda
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/f1446cda

Branch: refs/heads/master
Commit: f1446cdabe777392bf3746eaa698735a749806cd
Parents: a65530a
Author: Weiqing Xu <we...@esgyn.cn>
Authored: Mon Oct 26 10:48:27 2015 +0800
Committer: Weiqing Xu <we...@esgyn.cn>
Committed: Mon Oct 26 10:48:27 2015 +0800

----------------------------------------------------------------------
 win-odbc64/Install/win64_installer/installer.iss | 4 ++--
 win-odbc64/odbcclient/build_os.bat               | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/f1446cda/win-odbc64/Install/win64_installer/installer.iss
----------------------------------------------------------------------
diff --git a/win-odbc64/Install/win64_installer/installer.iss b/win-odbc64/Install/win64_installer/installer.iss
index 76d2e32..b9766d1 100644
--- a/win-odbc64/Install/win64_installer/installer.iss
+++ b/win-odbc64/Install/win64_installer/installer.iss
@@ -1,8 +1,8 @@
 ; Script generated by the Inno Script Studio Wizard.
 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
 
-#define MyAppName "Trafodion ODBC64 1.2"
-#define MyAppVersion "1.2.0"
+#define MyAppName "Trafodion ODBC64 1.3"
+#define MyAppVersion "1.3.0"
 #define MyAppPublisher "Apache Trafodion"
 #define MyAppURL ""
 #define MyDriverName "TRAF ODBC 1.0"

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/f1446cda/win-odbc64/odbcclient/build_os.bat
----------------------------------------------------------------------
diff --git a/win-odbc64/odbcclient/build_os.bat b/win-odbc64/odbcclient/build_os.bat
index cb3b62d..eccb5c7 100644
--- a/win-odbc64/odbcclient/build_os.bat
+++ b/win-odbc64/odbcclient/build_os.bat
@@ -159,10 +159,10 @@ if %BUILD_STATUS%==0 (
 )
 
 ISCC.exe /Q %BUILDDIR%\win-odbc64\Install\win64_installer\installer.iss
-copy /Y %BUILDDIR%\win-odbc64\Install\win64_installer\Output\TFODBC64-1.2.0.exe %PACKDIR%
+copy /Y %BUILDDIR%\win-odbc64\Install\win64_installer\Output\TFODBC64-1.3.0.exe %PACKDIR%
 @echo on
 
-if exist %PACKDIR%\TFODBC64-1.2.0.exe (
+if exist %PACKDIR%\TFODBC64-1.3.0.exe (
 	set ALL_SUCCESS=1
 )
 cd %BUILDDIR%\win-odbc64\odbcclient