Changeset 175


Ignore:
Timestamp:
02/18/09 00:56:11 (3 years ago)
Author:
jlee
Message:

Increment version and posted 'dist' to web

Location:
tags/17.1
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • tags/17.1/src/org/thestaticvoid/iriverter/AboutDialog.java

    r149 r175  
    3434        private Button dismiss; 
    3535         
    36         public static final String VERSION = "17"; 
     36        public static final String VERSION = "17.1"; 
    3737         
    3838        public AboutDialog(Shell parent, int style) { 
  • tags/17.1/web/iriverter-nocodecs.jnlp

    r155 r175  
    11<?xml version="1.0" encoding="utf-8"?> 
    22<jnlp spec="1.0+" 
    3         codebase="http://iriverter.thestaticvoid.org/dist/17" 
     3        codebase="http://iriverter.thestaticvoid.org/dist/17.1" 
    44        href="iriverter-nocodecs.jnlp"> 
    55        <information> 
  • tags/17.1/web/iriverter.jnlp

    r155 r175  
    11<?xml version="1.0" encoding="utf-8"?> 
    22<jnlp spec="1.0+" 
    3         codebase="http://iriverter.thestaticvoid.org/dist/17" 
     3        codebase="http://iriverter.thestaticvoid.org/dist/17.1" 
    44        href="iriverter.jnlp"> 
    55        <information> 
Note: See TracChangeset for help on using the changeset viewer.