summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagappan <nagappan>2007-09-03 11:45:44 +0000
committernagappan <nagappan>2007-09-03 11:45:44 +0000
commiteb5c27e916c681a0dc437e53e1471f144d27134c (patch)
tree96854b6e90e54ca654c5a9dd2b5568a7fdc1ebf1
parenta024ef0c5dcf975e762f4efa71f27eb71452505b (diff)
2007-09-03 Nagappan A <anagappan@novell.com>LDTP_0_9_1
* configure.in: Bumped version to 0.9.1.
-rw-r--r--ChangeLog4
-rw-r--r--Doxyfile2
-rw-r--r--configure.in2
-rw-r--r--python/ldtp.py2
-rwxr-xr-xpython/ldtpcodegen2
-rw-r--r--python/ldtplib/ldtprecorder.py2
6 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fbc504..afabb03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-03 Nagappan A <anagappan@novell.com>
+
+ * configure.in: Bumped version to 0.9.1.
+
2007-08-28 Nagappan A <anagappan@novell.com>
* configure.in: Bumped version to 0.9.0.
diff --git a/Doxyfile b/Doxyfile
index e207eab..b111d8c 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = LDTP
-PROJECT_NUMBER = 0.9.0
+PROJECT_NUMBER = 0.9.1
OUTPUT_DIRECTORY = doc
CREATE_SUBDIRS = YES
OUTPUT_LANGUAGE = English
diff --git a/configure.in b/configure.in
index 9114005..47f9645 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, 0.9.0, ldtp-dev@lists.freedesktop.org)
+AC_INIT(ldtp, 0.9.1, ldtp-dev@lists.freedesktop.org)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE
diff --git a/python/ldtp.py b/python/ldtp.py
index 50be361..1fa07c9 100644
--- a/python/ldtp.py
+++ b/python/ldtp.py
@@ -29,7 +29,7 @@
__author__ = "Nagappan A"
__maintainer__ = "Nagappan A"
-__version__ = "0.9.0"
+__version__ = "0.9.1"
import socket, os, types, sys, struct, traceback, time, commands
import threading, re, atexit, random, thread, select, logging, logging.config
diff --git a/python/ldtpcodegen b/python/ldtpcodegen
index 1b97f8b..c22b71e 100755
--- a/python/ldtpcodegen
+++ b/python/ldtpcodegen
@@ -27,7 +27,7 @@
__author__ = "Nagappan A"
__maintainer__ = "Nagappan A"
-__version__ = "0.9.0"
+__version__ = "0.9.1"
import socket, os, types, sys, struct, traceback, time
import threading, re, atexit
diff --git a/python/ldtplib/ldtprecorder.py b/python/ldtplib/ldtprecorder.py
index 85ef8e1..4faf9ee 100644
--- a/python/ldtplib/ldtprecorder.py
+++ b/python/ldtplib/ldtprecorder.py
@@ -27,7 +27,7 @@
__author__ = "Nagappan A"
__maintainer__ = "Nagappan A"
-__version__ = "0.9.0"
+__version__ = "0.9.1"
import re
import os