Changeset 18732
- Timestamp:
- 04/22/06 12:30:37 (3 years ago)
- Files:
-
- juggler/trunk/modules/gadgeteer/gadget/Util/Version.h (modified) (1 diff)
- juggler/trunk/modules/jackal/common/jccl/Util/Version.h (modified) (1 diff)
- juggler/trunk/modules/sonix/snx/Util/Version.h (modified) (1 diff)
- juggler/trunk/modules/tweek/tweek/Util/Version.h (modified) (1 diff)
- juggler/trunk/modules/vapor/vpr/Util/Version.h (modified) (1 diff)
- juggler/trunk/modules/vrjuggler/vrj/Util/Version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/gadgeteer/gadget/Util/Version.h
r18340 r18732 45 45 /** 46 46 * Retruns the "human-readable" Gadgeteer version \em string. The full form 47 * includes the version number ( <major>.<minor>.<patch>-<build>), the canonical48 * nameof the release, the threading subsystem, and the build date. The major47 * includes the version number (major.minor.patch-build), the canonical name 48 * of the release, the threading subsystem, and the build date. The major 49 49 * version number is updated when major architectural changes are made; the 50 50 * minor when there are minor API changes; and the patch when there are bug juggler/trunk/modules/jackal/common/jccl/Util/Version.h
r18336 r18732 45 45 /** 46 46 * Retruns the "human-readable" JCCL version \em string. The full form includes 47 * the version number ( <major>.<minor>.<patch>-<build>), the canonical name48 * of the release, the threading subsystem, and the build date. The major49 * version number is updated when major architectural changes are made; the50 * minor when there are minor API changes; and the patch when there are bug51 * fixes. The build number is usually representative of the nightly build52 * processrelative to a given version x.y.z.47 * the version number (major.minor.patch-build), the canonical name of the 48 * release, the threading subsystem, and the build date. The major version 49 * number is updated when major architectural changes are made; the minor when 50 * there are minor API changes; and the patch when there are bug fixes. The 51 * build number is usually representative of the nightly build process 52 * relative to a given version x.y.z. 53 53 * 54 54 * @see jccl::JCCL_VERSION juggler/trunk/modules/sonix/snx/Util/Version.h
r18338 r18732 54 54 /** 55 55 * Retruns the "human-readable" Sonix version \em string. The full form 56 * includes the version number ( <major>.<minor>.<patch>-<build>), the canonical57 * nameof the release, the threading subsystem, and the build date. The major56 * includes the version number (major.minor.patch-build), the canonical name 57 * of the release, the threading subsystem, and the build date. The major 58 58 * version number is updated when major architectural changes are made; the 59 59 * minor when there are minor API changes; and the patch when there are bug juggler/trunk/modules/tweek/tweek/Util/Version.h
r18333 r18732 49 49 /** 50 50 * Retruns the "human-readable" Tweek version \em string. The full form 51 * includes the version number ( <major>.<minor>.<patch>-<build>), the canonical52 * nameof the release, the threading subsystem, and the build date. The major51 * includes the version number (major.minor.patch-build), the canonical name 52 * of the release, the threading subsystem, and the build date. The major 53 53 * version number is updated when major architectural changes are made; the 54 54 * minor when there are minor API changes; and the patch when there are bug juggler/trunk/modules/vapor/vpr/Util/Version.h
r18331 r18732 55 55 /** 56 56 * Retruns the "human-readable" VPR version \em string. The full form includes 57 * the version number ( <major>.<minor>.<patch>-<build>), the canonical name58 * of the release, the threading subsystem, and the build date. The major59 * version number is updated when major architectural changes are made; the60 * minor when there are minor API changes; and the patch when there are bug61 * fixes. The build number is usually representative of the nightly build62 * processrelative to a given version x.y.z.57 * the version number (major.minor.patch-build), the canonical name of the 58 * release, the threading subsystem, and the build date. The major version 59 * number is updated when major architectural changes are made; the minor when 60 * there are minor API changes; and the patch when there are bug fixes. The 61 * build number is usually representative of the nightly build process 62 * relative to a given version x.y.z. 63 63 * 64 64 * @see vpr::VPR_VERSION juggler/trunk/modules/vrjuggler/vrj/Util/Version.h
r18343 r18732 45 45 /** 46 46 * Retruns the "human-readable" VR Juggler version \em string. The full form 47 * includes the version number ( <major>.<minor>.<patch>-<build>), the canonical48 * nameof the release, the threading subsystem, and the build date. The major47 * includes the version number (major.minor.patch-build), the canonical name 48 * of the release, the threading subsystem, and the build date. The major 49 49 * version number is updated when major architectural changes are made; the 50 50 * minor when there are minor API changes; and the patch when there are bug
