-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathVERSION
More file actions
21 lines (19 loc) · 764 Bytes
/
VERSION
File metadata and controls
21 lines (19 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# HDFView Version Configuration
# This is the single source of truth for HDFView version information
#
# Version scheme:
# - master branch: 99.99.99
# - release branch: MAJOR.MINOR.99
# - release: MAJOR.MINOR.RELEASE
#
# Usage:
# - Maven build system reads this file to set project.version
# - GitHub workflows read this file to construct release tags
# - Runtime version display loads from filtered versions.properties
# HDFView version number (MAJOR.MINOR.RELEASE format)
HDFVIEW_VERSION=99.99.99
# Tag prefix for GitHub releases (do not change)
HDFVIEW_TAG_PREFIX=HDFView
# Full version tag (constructed as: ${HDFVIEW_TAG_PREFIX}-${HDFVIEW_VERSION})
# This line is auto-generated for backwards compatibility
VERSION=HDFView-99.99.99