projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3448835
)
up build # to 108
author
Barry Lind
<barry@xythos.com>
Sun, 9 Feb 2003 23:43:41 +0000
(23:43 +0000)
committer
Barry Lind
<barry@xythos.com>
Sun, 9 Feb 2003 23:43:41 +0000
(23:43 +0000)
src/interfaces/jdbc/org/postgresql/Driver.java.in
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/jdbc/org/postgresql/Driver.java.in
b/src/interfaces/jdbc/org/postgresql/Driver.java.in
index 8e6de16e7a1f53d1cf6c33ad3bf374bcd36ee6df..c955842bcf008b726917a178487844dda5f9eaf6 100644
(file)
--- a/
src/interfaces/jdbc/org/postgresql/Driver.java.in
+++ b/
src/interfaces/jdbc/org/postgresql/Driver.java.in
@@
-446,6
+446,6
@@
public class Driver implements java.sql.Driver
}
//The build number should be incremented for every new build
- private static int m_buildNumber = 10
7
;
+ private static int m_buildNumber = 10
8
;
}