Commit a42abde
committed
Enable 4-part version number
DuckDB is using 3-part version number. Sometimes it may be necessary to
make an updated JDBC release with the changes only in JDBC/JNI code
keeping the engine version the same. For this it is proposed to add
fourth component to version number for JDBC-specific changes. So the
version is supposed to look like `v1.2.2.0`.
Testing: JAR bundling with 4-part version was tested in a separare repo.1 parent 4c92b74 commit a42abde
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments