On Fri, Aug 20, 2010 at 6:52 AM, CVBruce <cvbr...@gmail.com> wrote:
> Ok, I didn't know that.  It complicates the install - uninstall
> process a bit.  Where can I determine the current release version
> numbers for the libraries?

You could read it from oorexx.ver:

# This defines the oorexx library version. For ooRexx this should always be the
# same as the ORX_MAJOR number.
ORX_CURRENT=$(ORX_MAJOR)
# Each public release of ooRexx should increment this number by one except
# when the ORX_MINOR goes back to zero. If that is the case then this entry
# should also be set to zero.
ORX_REVISION=2
# For ooRexx, this number should ALWAYS be zero. This will force the linker to
# utilize all previous releases for linking.
ORX_AGE=0

--
Mark Miesfeld

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to