projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ec0caf
)
Correct version number
author
Dave Page
<dpage@pgadmin.org>
Fri, 28 Apr 2006 08:14:17 +0000
(08:14 +0000)
committer
Dave Page
<dpage@pgadmin.org>
Fri, 28 Apr 2006 08:14:17 +0000
(08:14 +0000)
installer/Make.bat
patch
|
blob
|
blame
|
history
diff --git
a/installer/Make.bat
b/installer/Make.bat
index 23c2659546383e49c9105ae4cb3e1ccffeca90eb..439de9052da246bd189258582c42d67c0da0f4ff 100644
(file)
--- a/
installer/Make.bat
+++ b/
installer/Make.bat
@@
-9,7
+9,7
@@
if NOT "%1"=="" SET VERSION="%1"
if NOT "%1"=="" GOTO GOT_VERSION
REM The full version number of the build in XXXX.XX.XX format
-SET VERSION="08.02.000
1
"
+SET VERSION="08.02.000
2
"
echo.
echo Version not specified - defaulting to %VERSION%