/*
 * Version.java
 *
 * Created on May 30, 2007, 6:58 AM
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package org.das2.qds;

/**
 *
 * @author jbf
 */
public class Version {
    
    public static final String version= "20070531.0";
    
    /** Creates a new instance of Version */
    private Version() {
    }
    
}
