Overview
Comment: | Updated version numbers to test |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 037aa518655917501ed9b91024bcb23fe0ba554a |
User & Date: | rkeene on 2013-05-13 01:27:06 |
Other Links: | manifest | tags |
Context
2013-05-13
| ||
23:43 | Updated to not reference "main" for KitDLL, which likely prevents getting the executable path check-in: de3dbf5d8c user: rkeene tags: trunk | |
01:27 | Updated version numbers to test check-in: 037aa51865 user: rkeene tags: trunk | |
2012-11-03
| ||
12:39 | Updated 64-bit win64 build to use 64-bit compiler check-in: b5d7ffb774 user: rkeene tags: trunk | |
Changes
Modified build/test/test from [a279f86cb1] to [f42651a667].
1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
VERSIONS="8.5.12 cvs_HEAD"
# Find the base directory
for x in 1 2 3 4 __fail__; do
if [ "${x}" = "__fail__" ]; then
echo 'Unable to find KitCreator, aborting.' >&2
exit 1
|
| |
1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
VERSIONS="8.5.14 8.6.0 cvs_HEAD"
# Find the base directory
for x in 1 2 3 4 __fail__; do
if [ "${x}" = "__fail__" ]; then
echo 'Unable to find KitCreator, aborting.' >&2
exit 1
|