#5934 closed Bug (fixed)
Wrong version displayed on revision 14514, "2.84+ (14509)"
Reported by: | leandroong | Owned by: | mike.dld |
---|---|---|---|
Priority: | Normal | Milestone: | 2.90 |
Component: | Transmission | Version: | 2.84+ |
Severity: | Normal | Keywords: | |
Cc: |
Description
Typically, version is updated using, sh update-version-h.sh. Kindly check ...
Change History (5)
comment:1 Changed 8 years ago by mike.dld
comment:2 Changed 8 years ago by mike.dld
Better way would probably be to generate some text file containing version information during (or before) make dist, when revision is known for sure.
comment:3 Changed 8 years ago by mike.dld
- Component changed from Web Client to Transmission
- Owner set to mike.dld
- Status changed from new to assigned
comment:4 Changed 8 years ago by mike.dld
- Milestone changed from None Set to 2.90
- Resolution set to fixed
- Status changed from assigned to closed
Committed REVISION file generation in r14515.
comment:5 Changed 8 years ago by leandroong
Thanks. #define LONG_VERSION_STRING "2.84+ (14515)"
Note: See
TracTickets for help on using
tickets.
Script is an imperfect solution, as it can only deduce revision from files with $Id$ comment (and corresponding svn:keywords set). Recent revisions were dealing with files missing it (web UI, CMakeLists.txt etc.), hence the discrepancy.