~ubuntu-branches/ubuntu/saucy/psqlodbc/saucy

« back to all changes in this revision

Viewing changes to installer/Make.bat

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2011-12-30 19:09:04 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20111230190904-pmdip68ou7i4vzk8
Tags: 1:09.01.0100-1
New upgrade release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
REM Values to change include VERSION and SUBLOC, both below.
4
4
 
5
5
REM The subdirectory to install into
6
 
SET SUBLOC="0900"
 
6
SET SUBLOC="0901"
7
7
 
8
8
if NOT "%1"=="" SET VERSION="%1"
9
9
if NOT "%1"=="" GOTO GOT_VERSION
10
10
 
11
11
REM The full version number of the build in XXXX.XX.XX format
12
 
SET VERSION="09.00.0310"
 
12
SET VERSION="09.01.0100"
13
13
 
14
14
echo.
15
15
echo Version not specified - defaulting to %VERSION%