- Notifications
You must be signed in to change notification settings - Fork5
Commita3bce17
committed
Automate the maintenance of SO_MINOR_VERSION for our shared libraries.
Up to now we've manually adjusted these numbers in several differentMakefiles at the start of each development cycle. While that's notmuch work, it's easily forgotten, so let's get rid of it by settingthe SO_MINOR_VERSION values directly from $(MAJORVERSION).In the case of libpq, this dev cycle's value of SO_MINOR_VERSION happensto be "10" anyway, so this switch is transparent. For ecpg's sharedlibraries, this will result in skipping one or two minor version numbersbetween v9.6 and v10, which seems like no big problem; and it was a bitinconsistent that they didn't have equal minor version numbers anyway.Discussion: <21969.1471287988@sss.pgh.pa.us>1 parent41fb35f commita3bce17
File tree
5 files changed
+20
-18
lines changed- src
- interfaces
- ecpg
- compatlib
- ecpglib
- pgtypeslib
- libpq
- tools
5 files changed
+20
-18
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Lines changed: 16 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
| 76 | + | |
| 77 | + | |
76 | 78 |
| |
77 | 79 |
| |
78 | 80 |
| |
79 | 81 |
| |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 | 82 |
| |
90 | 83 |
| |
91 | 84 |
| |
| |||
139 | 132 |
| |
140 | 133 |
| |
141 | 134 |
| |
142 |
| - | |
143 |
| - | |
| 135 | + | |
144 | 136 |
| |
145 | 137 |
| |
146 | 138 |
| |
| |||
150 | 142 |
| |
151 | 143 |
| |
152 | 144 |
| |
153 |
| - | |
154 |
| - | |
155 |
| - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
156 | 158 |
| |
157 | 159 |
| |
158 | 160 |
| |
|
0 commit comments
Comments
(0)