RomRaider/version.properties

32 lines
1.1 KiB
Properties

# version properties file
# this warning will go to the top of generated files
warning.generated-file: DO NOT EDIT. This file is automatically generated.
# basic version name and number properties
# this should be a single word, since it's used for things like the jar file
name.package: RomRaider
description.package: RomRaider ROM Editing Suite
name.organization: RomRaider.com
name.maintainer: Jared Gould
email.maintainer: jared.gould@enginuity.org
supporturl: http://www.romraider.org
version.major: 0
version.minor: 4
version.patch: 1
# TODO: automatically incremented build number?
version.buildnumber: 038
version.extra: Beta
# the starting class for the application
class.start: enginuity.ECUExec
# copyright stuff
copyright: Copyright(c) 2001-${time.year} ${name.organization}. Released under GPL 2.0.
copyright-html: Copyright © 2000-${time.year} ${name.organization}. Released under GPL 2.0.
# javadoc properties
javadoc.header: <b>${name.organization}<br>${name.package}</b>
javadoc.footer: <font size=-1><a>For support, go to ${supporturl}</a><br><i>${copyright-html}</i></font>