diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-04-24 16:03:24 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-04-24 16:03:24 +0200 |
commit | ea0a53ca2e3821f6f1382fda94bc6d6946e9643b (patch) | |
tree | 21b898bfbcc4e65e79ec73847c9aae95c552b5d3 /microkernel/mach/mig | |
parent | 42b9f91ed7a259ecec893cd6131bb20d4c073bc0 (diff) | |
parent | 39d2f9ec4462abcdee014623fea4166136c13a8a (diff) |
Merge branch 'master' of braunbox:~hurd-web/hurd-web
Diffstat (limited to 'microkernel/mach/mig')
-rw-r--r-- | microkernel/mach/mig/gnu_mig.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/microkernel/mach/mig/gnu_mig.mdwn b/microkernel/mach/mig/gnu_mig.mdwn index 933453f7..77cbed05 100644 --- a/microkernel/mach/mig/gnu_mig.mdwn +++ b/microkernel/mach/mig/gnu_mig.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2001, 2006, 2008, 2009, 2010, 2013 Free Software -Foundation, Inc."]] +[[!meta copyright="Copyright © 2001, 2006, 2008, 2009, 2010, 2013, 2015 Free +Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -24,7 +24,7 @@ Like its predecessor, it can only generate C code, that has to be compiled and linked to client and server programs respectively ([[!taglink open_issue_mig]]). -The latest release is [[GNU MIG 1.4|news/2013-09-27]]. +The latest release is [[GNU MIG 1.5|news/2015-04-10-releases]]. * [[Building]] - building (and obtaining) GNU MIG * [[Open Issues|tag/open_issue_mig]] |