Changeset 2402 for stable/0.7/coin-functions
- Timestamp:
- Jul 16, 2011 1:11:23 PM (10 years ago)
- Location:
- stable/0.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.7
- Property svn:mergeinfo changed
/trunk merged: 2395,2399-2401
- Property svn:mergeinfo changed
-
stable/0.7/coin-functions
r2231 r2402 536 536 # Count the total number of stable branches for the project for the specified 537 537 # major version number, up to the specified minor version number (libtool age). 538 # Returns 0 if handed a trunk url, or if the url is Data orBuildTools itself.538 # Returns 0 if handed a trunk url, or if the url is BuildTools itself. 539 539 # usage: calcLibtoolAge <svnURL> <major> <minor> 540 540 … … 551 551 case "$cltc_URL" in 552 552 */Data/* ) 553 cltc_listURL= 553 cltc_listURL=$cltc_baseURL/Data/$cltc_proj/stable 554 554 ;; 555 555 */ThirdParty/* ) … … 611 611 # Count the total number of stable branches for the project up to the 612 612 # specified major.minor version number (libtool current). Returns 0 if 613 # handed a trunk url, or if the url is Data orBuildTools itself.613 # handed a trunk url, or if the url is BuildTools itself. 614 614 # usage: calcLibtoolCurrent <svnURL> <major> <minor> 615 615 … … 626 626 case "$cltc_URL" in 627 627 */Data/* ) 628 cltc_listURL= 628 cltc_listURL=$cltc_baseURL/Data/$cltc_proj/stable 629 629 ;; 630 630 */ThirdParty/* )
Note: See TracChangeset
for help on using the changeset viewer.