Changeset 20610

Show
Ignore:
Timestamp:
07/31/07 07:46:20 (1 year ago)
Author:
patrick
Message:

Prepare for the VR Juggler 2.2.0 release by dropping the micro/patch version
number for use in versioning purposes. This applies to versioned directories
and versioned files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.2/modules/gadgeteer/configure.ac

    r20571 r20610  
    230230# only the major and minor version numbers. 
    231231if test "x$ENABLE_VERSIONING" = "xyes" ; then 
    232    VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
    233    VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}_${MICRO_VERSION}
     232   VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION
     233   VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}
    234234   HEADER_VERSION="gadgeteer-$VERSION_DOT" 
    235235   CLOSE_HEADER_VERSION='..' 
  • juggler/branches/2.2/modules/jackal/configure.ac

    r20572 r20610  
    209209# only the major and minor version numbers. 
    210210if test "x$ENABLE_VERSIONING" = "xyes" ; then 
    211    VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
    212    VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}_${MICRO_VERSION}
     211   VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION
     212   VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}
    213213 
    214214   HEADER_VERSION="jccl-$VERSION_DOT" 
  • juggler/branches/2.2/modules/sonix/configure.ac

    r20573 r20610  
    162162# only the major and minor version numbers. 
    163163if test "x$ENABLE_VERSIONING" = "xyes" ; then 
    164    VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
    165    VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}_${MICRO_VERSION}
     164   VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION
     165   VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}
    166166 
    167167   HEADER_VERSION="sonix-$VERSION_DOT" 
  • juggler/branches/2.2/modules/tweek/configure.ac

    r20444 r20610  
    11091109# only the major and minor version numbers. 
    11101110if test "x$ENABLE_VERSIONING" = "xyes" ; then 
    1111    VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
    1112    VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}_${MICRO_VERSION}
     1111   VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION
     1112   VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}
    11131113 
    11141114   HEADER_VERSION="tweek-$VERSION_DOT" 
  • juggler/branches/2.2/modules/vapor/configure.ac

    r20576 r20610  
    828828# only the major and minor version numbers. 
    829829if test "x$ENABLE_VERSIONING" = "xyes" ; then 
    830    VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
    831    VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}_${MICRO_VERSION}
     830   VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION
     831   VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}
    832832 
    833833   HEADER_VERSION="vpr-$VERSION_DOT" 
  • juggler/branches/2.2/modules/vrjuggler/configure.ac

    r20574 r20610  
    295295# only the major and minor version numbers. 
    296296if test "x$ENABLE_VERSIONING" = "xyes" ; then 
    297    VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
    298    VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}_${MICRO_VERSION}
     297   VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION
     298   VERSION_UNDERSCORE="${MAJOR_VERSION}_${MINOR_VERSION}
    299299 
    300300   HEADER_VERSION="vrjuggler-$VERSION_DOT" 
  • juggler/branches/2.2/modules/vrjuggler/vrjconfig/configure.ac

    r19729 r20610  
    183183   TWEEK_DATA_DIR="share/tweek-$TWEEK_VERSION" 
    184184   JCCL_DATA_DIR="share/jccl-$JCCL_VERSION" 
    185    VRJ_VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
     185   VRJ_VERSION_DOT="$MAJOR_VERSION.$MINOR_VERSION
    186186   VRJ_DATA_VERSION="vrjuggler-$VRJ_VERSION_DOT" 
    187187   VRJ_DATA_DIR="share/vrjuggler-$VRJ_VERSION_DOT"