1# -----------------------------------------------------------------------------
2
3# properties that control release major.minor labeling:
4
5app.major.version:	2
6app.minor.version:	0
7
8# properties affecting formatting of build id and date:
9
10app.build.id.format:	~Md~
11app.build.date.format:	~D T~
12
13# string used in the HTML content:
14
15app.bug.report.link:	http://sourceforge.net/projects/${app.short.name}
16app.home.site.link:		http://${app.short.name}.sourceforge.net/
17
18# -----------------------------------------------------------------------------
19# end of file
20