|
|
| 1000 |
1010 |
|
| 14 | 14 | * in just one place.
|
| 15 | 15 | */
|
| 16 | 16 | public static final String PROGRAM_NAME = "JBidwatcher";
|
| 17 | | public static final String PROGRAM_VERS = "2.1pre3";
|
| 18 | | public static final String SVN_REVISION = "993";
|
| 17 | public static final String PROGRAM_VERS = "2.1pre4";
|
| 18 | public static final String SVN_REVISION = "1010";
|
| 19 | 19 | /** The clock format to use everywhere, when referring to remote times.
|
| 20 | 20 | */
|
| 21 | 21 | public static final SimpleDateFormat remoteClockFormat = new SimpleDateFormat("dd-MMM-yyyy HH:mm:ss z");
|