mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-19 17:21:50 +03:00
12 lines
327 B
Properties
12 lines
327 B
Properties
#OpenSeadragon build.properties
|
|
#TODO: how do you auto-increment build_id's with for every commit?
|
|
# TRY: continuos integration
|
|
# TRY: svn-hooks
|
|
|
|
PROJECT: openseadragon
|
|
BUILD_MAJOR: 0
|
|
BUILD_MINOR: 8
|
|
BUILD_ID: 07
|
|
BUILD: ${PROJECT}.${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
|
|
VERSION: ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
|