summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doxyfile2
-rw-r--r--NEWS2
-rw-r--r--configure.in2
3 files changed, 4 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 95963c4..809cca3 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = LDTP
-PROJECT_NUMBER = 1.7.0
+PROJECT_NUMBER = 1.7.1
OUTPUT_DIRECTORY = doc
CREATE_SUBDIRS = YES
OUTPUT_LANGUAGE = English
diff --git a/NEWS b/NEWS
index f1244f2..e29cff6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+LDTP 1.7.1 released Download - Thursday Aug 13 2009
+LDTP 1.7.0 released Download - Thursday Aug 13 2009
LDTP 1.6.0 released ["Download"] - Sunday May 10 2009
578609 - LDTP should use LOGNAME instead of (or in addition to) USER
553747 - cannot click window itself
diff --git a/configure.in b/configure.in
index c0b91ec..c6c9cde 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl *************************************************************
dnl Process this file with autoconf to produce a configure script
dnl *************************************************************
-AC_INIT(ldtp, 1.7.0, ldtp-dev@lists.freedesktop.org)
+AC_INIT(ldtp, 1.7.1, ldtp-dev@lists.freedesktop.org)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE