summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2008-06-17 23:26:53 -0700
committerAaron Plattner <aplattner@nvidia.com>2008-06-17 23:26:53 -0700
commitb433706301b47d193be093fdd93bfc7ed8990b27 (patch)
tree1c51ea18feeef4ef21390ba0b116e9ce4183b034
parentb13a89e445f92f96e90a1683539e28663487af16 (diff)
173.14.09173.14.09
-rw-r--r--DRIVER_VERSION2
-rw-r--r--install-from-cwd.c2
-rw-r--r--log.c3
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
diff --git a/log.c b/log.c
index edcb584..62641b8 100644
--- a/log.c
+++ b/log.c
@@ -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:");