~bobbo/freespeech/freespeech

« back to all changes in this revision

Viewing changes to src/Constants.java

  • Committer: David Futcher
  • Date: 2008-08-18 17:30:34 UTC
  • Revision ID: bobbo@ubuntu.com-20080818173034-34x3qs9sil2ht5g1
Finish about window and add comments to the file

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
public class Constants
22
22
{
23
 
    
 
23
    /* Changes to these strings probably will break the about window dimensions set in
 
24
       gui/AboutForm.java. Always check it looks OK after changing these strings */
24
25
    public String name = "FreeSpeech";
25
26
    public String version = "0.1.0~pre-alpha"; /* Format: major.minor.revision~tag */
26
27
    public String author = "David Futcher (bobbo) <bobbo@ubuntu.com>";