forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Justin Pettit <[email protected]> Acked-by: Ben Pfaff <[email protected]>
- Loading branch information
1 parent
4c71448
commit 92690ea
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# limitations under the License. | ||
|
||
AC_PREREQ(2.63) | ||
AC_INIT(openvswitch, 2.6.0, [email protected]) | ||
AC_INIT(openvswitch, 2.6.90, [email protected]) | ||
AC_CONFIG_SRCDIR([datapath/datapath.c]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
openvswitch (2.6.90-1) unstable; urgency=low | ||
[ Open vSwitch team ] | ||
* New upstream version | ||
- Nothing yet! Try NEWS... | ||
|
||
-- Open vSwitch team <[email protected]> Mon, 15 Aug 2016 19:55:47 -0700 | ||
|
||
openvswitch (2.6.0-1) unstable; urgency=low | ||
[ Open vSwitch team ] | ||
* New upstream version | ||
|