Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 047cf32

Browse files
committedNov 27, 2013
Bump to 0.9.9 and fix the Unix uninstall target
Closes #107
1 parent b55fdb6 commit 047cf32

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed
 

‎CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.9.9 (trunk):
2+
* Fix uninstall target for Unix.
3+
14
0.9.8 (07-Nov-2013):
25
* Add support for OCaml 4.01.0 in addition to the existing 4.00.1 runtime.
36
* Major refresh of the NS3 simulation backend, for latest APIs.

‎ns3/_vars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME=mirage
2-
VERSION=0.9.8
2+
VERSION=0.9.9
33
DEPS="ipaddr cstruct lwt lwt.unix"
44
SYNTAX_DEPS="cstruct.syntax lwt.syntax"
55
RUNTIME="ns3run"

‎unix/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ build: _config
1111
install:
1212
./cmd install
1313

14+
uninstall:
15+
./cmd uninstall
16+
1417
doc: _config
1518
./cmd doc
1619

‎unix/_vars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME=mirage
2-
VERSION=0.9.8
2+
VERSION=0.9.9
33
DEPS="cstruct lwt lwt.unix tuntap ipaddr"
44
SYNTAX_DEPS="cstruct.syntax lwt.syntax"
55
RUNTIME="unixrun"

‎xen/_vars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME=mirage
2-
VERSION=0.9.8
2+
VERSION=0.9.9
33
DEPS="lwt cstruct xenstore shared-memory-ring shared-memory-ring.lwt shared-memory-ring.xenstore shared-memory-ring.console ipaddr mirage-types"
44
SYNTAX_DEPS="lwt.syntax cstruct.syntax"
55
LIB="oS"

0 commit comments

Comments
 (0)
Please sign in to comment.