Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mvryan committed Jun 22, 2012
1 parent dc65f35 commit 2b4189b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/jgaap/ui/JGAAP_UI_MainForm.java
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,11 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {

jLabel11.setFont(new java.awt.Font("Lucida Grande", 0, 24));
jLabel11.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
jLabel11.setText("JGAAP 5.2");
jLabel11.setText("JGAAP 6.0");

jLabel12.setText("<html> JGAAP, the Java Graphical Authorship Attribution Program, <br/>is an opensource author attribution / text classification tool <br/>Developed by the EVL lab (Evaluating Variation in Language Labratory) <br/> Released by Patrick Juola under the GPL v3.0");

jLabel13.setText("\u00A92011 EVL lab");
jLabel13.setText("\u00A92012 EVL lab");

jLabel23.setForeground(new java.awt.Color(0, 0, 255));
jLabel23.setText("http://evllabs.com");
Expand Down

0 comments on commit 2b4189b

Please sign in to comment.