I am trying to use the tabu package, but it returns a warning which does not seem like a good sign. Does anyone know how to resolve the following issue?
LaTeX Warning: You have requested, on input line 68, version '2008/09/09' of package array, but only version '2008/07/23' is available.
I am using MikTex on windows and I have updated my complete MikTex library with the update manager, but the warning still occurs.
UPDATE
It seems to be a bit more complicated than I thought. The array package requested is emulated by the memoir package.
The log file outputs:
Package array [2008/07/23] emulated by memoir.
This is my preamble, which I hope is sufficient:
\documentclass[twoside,a4paper,11pt]{memoir}
\usepackage{times}
\usepackage{pslatex}
\usepackage{url}
\usepackage{mscthesis}
\usepackage{cleveref}
\usepackage{tabu}
\usepackage{algorithm}
\usepackage[dvips]{graphicx}
\usepackage[table]{xcolor}

MikTex Package Manager 2.9.4196. – Marnix Jun 5 '12 at 21:55array.styfile hanging somewhere. – egreg Jun 5 '12 at 21:56array.sty, with the complete path of the file. Can you see it? – egreg Jun 5 '12 at 22:09