summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Martin <amartin@nvidia.com>2013-05-02 09:24:35 -0700
committerAllen Martin <amartin@nvidia.com>2013-05-02 09:31:19 -0700
commitf172469db73ef978fb4afd2a77e32cd4c4030a3b (patch)
tree789cd80845874a969082211247fa846f6d804e5b
parent1b2b06945fd897aed19416ec2cc177ce2805844a (diff)
downloadtegrarcm-f172469db73ef978fb4afd2a77e32cd4c4030a3b.tar.gz
Bump version to 1.3v1.3
Bump the version number to 1.3 and update change log. Signed-off-by: Allen Martin <amartin@nvidia.com>
-rw-r--r--README3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index fd7716b..e61938f 100644
--- a/README
+++ b/README
@@ -56,6 +56,9 @@ u-boot.bin sent successfully
Changes (see git logs for complete list):
+V1.3 - Added some better error checking on return values
+ - Fixed configure problem related to libcrypto++ and libpthread
+ interaction
V1.2 - Added support for T114
- Added man page
- Removed autogenerated files from source code control
diff --git a/configure.ac b/configure.ac
index 36b8cf5..9964316 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.2], [amartin@nvidia.com])
+AC_INIT([tegrarcm], [1.3], [amartin@nvidia.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h])