- Timestamp:
- 02/16/07 22:38:30 (5 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
NEWS (modified) (1 diff)
-
src/org/thestaticvoid/iriverter/AboutDialog.java (modified) (1 diff)
-
web/iriverter-nocodecs.jnlp (modified) (1 diff)
-
web/iriverter.jnlp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r148 r149 1 1 iriverter: 2 2 3 version 1 .0.0(2/16/2006):3 version 17 (2/16/2006): 4 4 * Moved build system from GNU autotools to Apache Ant 5 5 * Distribute via Java Web Start -
trunk/src/org/thestaticvoid/iriverter/AboutDialog.java
r135 r149 34 34 private Button dismiss; 35 35 36 public static final String VERSION = "1 .0.0";36 public static final String VERSION = "17"; 37 37 38 38 public AboutDialog(Shell parent, int style) { -
trunk/web/iriverter-nocodecs.jnlp
r146 r149 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <jnlp spec="1.0+" 3 codebase="http://iriverter.thestaticvoid.org/dist/ latest"3 codebase="http://iriverter.thestaticvoid.org/dist/17" 4 4 href="iriverter-nocodecs.jnlp"> 5 5 <information> -
trunk/web/iriverter.jnlp
r146 r149 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <jnlp spec="1.0+" 3 codebase="http://iriverter.thestaticvoid.org/dist/ latest"3 codebase="http://iriverter.thestaticvoid.org/dist/17" 4 4 href="iriverter.jnlp"> 5 5 <information>
Note: See TracChangeset
for help on using the changeset viewer.
