Changeset 2306 for stable/0.7/prepare_new_release
- Timestamp:
- Jun 19, 2011 10:02:00 AM (10 years ago)
- Location:
- stable/0.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.7
- Property svn:mergeinfo changed
/trunk merged: 2288-2293,2304-2305
- Property svn:mergeinfo changed
-
stable/0.7/prepare_new_release
r2254 r2306 440 440 441 441 stableProjUC=`echo $stableProj | tr '[a-z]' '[A-Z]'` 442 configFileLoc=`find . -name 'config_*_default.h' -print`442 configFileLoc=`find . -name .svn -prune -o -name 'config_*_default.h' -print` 443 443 if test -n "$configFileLoc" ; then 444 444 versionSym=${stableProjUC}_VERSION
Note: See TracChangeset
for help on using the changeset viewer.