diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2014-05-19 09:06:38 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2014-05-19 09:06:38 -0700 |
commit | 6bba1db8f680b1766487f3b845c5c83a07913ea3 (patch) | |
tree | fbb60c860f9f8c4b4bf68e93accecdfe82f414af | |
parent | e3ce465d6a1968f341da16e6c65d3540a301fef2 (diff) |
331.79331.79
-rw-r--r-- | doc/version.mk | 2 | ||||
-rw-r--r-- | samples/version.mk | 2 | ||||
-rw-r--r-- | src/option-table.h | 6 | ||||
-rw-r--r-- | src/version.mk | 2 | ||||
-rw-r--r-- | version.mk | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/doc/version.mk b/doc/version.mk index bb1a5bc..ca36631 100644 --- a/doc/version.mk +++ b/doc/version.mk @@ -1 +1 @@ -NVIDIA_VERSION = 331.67 +NVIDIA_VERSION = 331.79 diff --git a/samples/version.mk b/samples/version.mk index bb1a5bc..ca36631 100644 --- a/samples/version.mk +++ b/samples/version.mk @@ -1 +1 @@ -NVIDIA_VERSION = 331.67 +NVIDIA_VERSION = 331.79 diff --git a/src/option-table.h b/src/option-table.h index a5feea6..9df685d 100644 --- a/src/option-table.h +++ b/src/option-table.h @@ -180,9 +180,9 @@ static const NVGetoptOption __options[] = { "option or when loading an ~/.nvidia-settings-rc file), nvidia-settings " "identifies one or more targets on which to query/assign the attribute.\n" "\n" - "'--list-targets-only' will cause nvidia-settings to list the targets on " - " which the query/assign operation would have been performed, without " - "actually performing the operation(s), and exit." }, + "The '--list-targets-only' option will cause nvidia-settings to list the " + "targets on which the query/assign operation would have been performed, " + "without actually performing the operation(s), and exit." }, { NULL, 0, 0, NULL, NULL}, }; diff --git a/src/version.mk b/src/version.mk index bb1a5bc..ca36631 100644 --- a/src/version.mk +++ b/src/version.mk @@ -1 +1 @@ -NVIDIA_VERSION = 331.67 +NVIDIA_VERSION = 331.79 @@ -1 +1 @@ -NVIDIA_VERSION = 331.67 +NVIDIA_VERSION = 331.79 |