Comment # 6
on bug 11498
from Balint Reczey
(In reply to Pascal Quantin from comment #5)
> Thanks Balint.
> To make things clear (as I have never done that before) you mean changing
> epan/Makefile.am from:
> libwsutil_la_LDFLAGS = -version-info 5:0:1 @LDFLAGS_SHAREDLIB@
> to
> libwsutil_la_LDFLAGS = -version-info 5:1:0 @LDFLAGS_SHAREDLIB@
> ?
> And do you know which CMake file needs to be modified also?
There is a checklist at https://wiki.wireshark.org/Development/Roadmap under
Proposed Changes with all the files and rules of changing the version-info.
The best practice is changing the so versions just before the release, thus it
is usually done by Gerald.
You are receiving this mail because:
- You are watching all bug changes.