openrocket/core/resources/build.properties
Sibo Van Gool bc3ed5d80f [fixes #825] Change build version format
The release tags on GitHub are all in the format XX.YY..., so with '.' as delimiter. We should keep consistency with this.
2022-01-21 12:59:19 +01:00

19 lines
523 B
Properties

# The OpenRocket build version
build.version=20.11.alpha.16
# The copyright year for the build. Displayed in the about dialog.
# Will show as Copyright 2013-${build.copyright}
build.copyright=2021
# The source of the package. When building a package for a specific
# distribution (Debian, Fedora etc.), this should be changed appropriately!
# This is included in bug reports to identify the source of the software.
build.source=default
# Whether checking for updates is enabled by default.
build.checkupdates=false