From 00f5a3fd3387cd17a5c107a440aebc70b7c1fa37 Mon Sep 17 00:00:00 2001 From: Allen Martin Date: Mon, 19 Nov 2012 18:17:07 -0800 Subject: Bump version to 1.2 Bump the version number to 1.2 and update change log. Signed-off-by: Allen Martin Change-Id: I188eba740904ba5f9cd43179e16a39c077900d19 Reviewed-on: http://git-master/r/164852 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Stephen Warren --- README | 5 ++++- configure.ac | 2 +- 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 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]) -- cgit v1.2.1