summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Martin <amartin@nvidia.com>2012-11-19 18:17:07 -0800
committerAllen Martin <amartin@nvidia.com>2012-11-30 09:46:42 -0800
commit00f5a3fd3387cd17a5c107a440aebc70b7c1fa37 (patch)
tree24fa5a0214474655b3addc650819c805c08706ef
parent557dec27d3abfe3307c259390440675bd36a6e53 (diff)
downloadtegrarcm-00f5a3fd3387cd17a5c107a440aebc70b7c1fa37.tar.gz
Bump version to 1.2v1.2
Bump the version number to 1.2 and update change log. Signed-off-by: Allen Martin <amartin@nvidia.com> Change-Id: I188eba740904ba5f9cd43179e16a39c077900d19 Reviewed-on: http://git-master/r/164852 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r--README5
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index d33b442..fd7716b 100644
--- a/README
+++ b/README
@@ -55,7 +55,10 @@ sending file: u-boot.bin
u-boot.bin sent successfully
-Changes:
+Changes (see git logs for complete list):
+V1.2 - Added support for T114
+ - Added man page
+ - Removed autogenerated files from source code control
V1.1 - Added this README file and automake fixes from Mike Frysinger
<vapier@gentoo.org>
V1.0 - Initial release
diff --git a/configure.ac b/configure.ac
index 9e8ddf3..4bec284 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67])
-AC_INIT([tegrarcm], [1.1], [amartin@nvidia.com])
+AC_INIT([tegrarcm], [1.2], [amartin@nvidia.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h])