Commit f59b00d211e0b533558e87f9951942558598ddf7
1 parent
2962b20d
Exists in
master
Version 2.6.12
Correcting Load local catalog to read the 5th column and put /
Showing
3 changed files
with
2 additions
and
2 deletions
Show diff stats
No preview for this file type
src/osp/ui/OSPE_AboutBoxPanel.java
... | ... | @@ -23,7 +23,7 @@ public class OSPE_AboutBoxPanel extends JDialog { |
23 | 23 | /** Product name */ |
24 | 24 | private String product = "OSP Editor"; |
25 | 25 | /** Current version */ |
26 | - private String version = "version 2.6.11 - June 27th 2019"; | |
26 | + private String version = "version 2.6.12 - June 27th 2019"; | |
27 | 27 | /** Copyright information */ |
28 | 28 | private String copyright = "Copyright (c)"; |
29 | 29 | /** Comments */ | ... | ... |
src/osp/ui/OSPE_LoadLocalObjectsCat.java