Skip to content

Commit

Permalink
explain versioning scheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Oct 26, 2007
1 parent c3e36d1 commit 9dcb5e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions symmetric/src/main/java/org/jumpmind/symmetric/Version.java
Expand Up @@ -20,6 +20,9 @@

package org.jumpmind.symmetric;

/**
* Follow the Apache versioning scheme documented here: http://apr.apache.org/versioning.html
*/
final public class Version {

public static final int MAJOR = 1;
Expand Down

0 comments on commit 9dcb5e8

Please sign in to comment.