diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-06-17 23:26:53 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-06-17 23:26:53 -0700 |
commit | b433706301b47d193be093fdd93bfc7ed8990b27 (patch) | |
tree | 1c51ea18feeef4ef21390ba0b116e9ce4183b034 | |
parent | b13a89e445f92f96e90a1683539e28663487af16 (diff) |
173.14.09173.14.09
-rw-r--r-- | DRIVER_VERSION | 2 | ||||
-rw-r--r-- | install-from-cwd.c | 2 | ||||
-rw-r--r-- | log.c | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/DRIVER_VERSION b/DRIVER_VERSION index e188a0b..624131d 100644 --- a/DRIVER_VERSION +++ b/DRIVER_VERSION @@ -1 +1 @@ -173.14.05 +173.14.09 diff --git a/install-from-cwd.c b/install-from-cwd.c index b4dd070..c5ff042 100644 --- a/install-from-cwd.c +++ b/install-from-cwd.c @@ -118,6 +118,8 @@ int install_from_cwd(Options *op) if (!get_license_acceptance(op)) goto exit_install; + ui_log(op, "Installing NVIDIA driver version %s.", p->version); + /* * determine the current NVIDIA version (if any); ask the user if * they really want to overwrite the existing installation @@ -97,7 +97,8 @@ void log_init(Options *op) now = time(NULL); log_printf(op, TRUE, NULL, "creation time: %s", ctime(&now)); - + log_printf(op, TRUE, NULL, "installer version: %s", + NVIDIA_INSTALLER_VERSION); log_printf(op, TRUE, NULL, ""); log_printf(op, TRUE, NULL, "option status:"); |