Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit c5fda2b

Browse files
Sumanth SathyanarayanaSumanth Sathyanarayana
authored andcommitted
Merged Issue23
2 parents 4fffbc1 + 4bdd6b1 commit c5fda2b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/org/flowvisor/FlowVisor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class FlowVisor {
4040
public final static int FLOWVISOR_VENDOR_EXTENSION = 0x80000001;
4141

4242
// VERSION
43-
public final static String FLOWVISOR_VERSION = "flowvisor-1.3.0";
43+
public final static String FLOWVISOR_VERSION = "flowvisor-1.4.0";
4444

4545
public final static int FLOWVISOR_DB_VERSION = 2;
4646

src/org/flowvisor/message/statistics/FVFlowStatisticsReply.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import org.openflow.protocol.action.OFActionVendor;
3232
import org.openflow.protocol.action.OFActionVirtualLanIdentifier;
3333
import org.openflow.protocol.action.OFActionVirtualLanPriorityCodePoint;
34-
3534
import org.openflow.protocol.OFStatisticsReply.OFStatisticsReplyFlags;
3635

3736
import org.openflow.protocol.statistics.OFFlowStatisticsReply;

0 commit comments

Comments
 (0)