Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
dbacvetkov committed Aug 2, 2018
1 parent 077a5f4 commit 1e16e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/ash/gui/AboutBox.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ private void jbInit() throws Exception {
panel1.setLayout(borderLayout1);
panel2.setLayout(gridBagLayout1);
label1.setFont(new java.awt.Font("Dialog", 1, 11));
label1.setText("PASH Viewer 0.4.0");
label1.setText("PASH Viewer 0.4.2");
label2.setText("released under GNU GPL License");
label3.setText("Copyright (C) 2009 Alex Kardapolov");
label4.setText("Rewrited for PostgreSQL by Dmitry Tsvetkov");
Expand Down

0 comments on commit 1e16e38

Please sign in to comment.