Browse Source

bump version to 1.2.2
Reviewed by: nhosoi (Thanks!)

Rich Megginson 16 years ago
parent
commit
63d3d1bda8
3 changed files with 11 additions and 11 deletions
  1. 10 10
      Makefile.in
  2. 1 1
      configure.ac
  3. 0 0
      ltmain.sh

+ 10 - 10
Makefile.in

@@ -1,6 +1,6 @@
 #! /bin/sh
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for dirsrv 1.2.1.
+# Generated by GNU Autoconf 2.59 for dirsrv 1.2.2.
 #
 #
 # Report bugs to <http://bugzilla.redhat.com/>.
 # Report bugs to <http://bugzilla.redhat.com/>.
 #
 #
@@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 # Identity of this package.
 PACKAGE_NAME='dirsrv'
 PACKAGE_NAME='dirsrv'
 PACKAGE_TARNAME='dirsrv'
 PACKAGE_TARNAME='dirsrv'
-PACKAGE_VERSION='1.2.1'
-PACKAGE_STRING='dirsrv 1.2.1'
+PACKAGE_VERSION='1.2.2'
+PACKAGE_STRING='dirsrv 1.2.2'
 PACKAGE_BUGREPORT='http://bugzilla.redhat.com/'
 PACKAGE_BUGREPORT='http://bugzilla.redhat.com/'
 
 
 # Factoring default headers for most tests.
 # Factoring default headers for most tests.
@@ -962,7 +962,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
   cat <<_ACEOF
-\`configure' configures dirsrv 1.2.1 to adapt to many kinds of systems.
+\`configure' configures dirsrv 1.2.2 to adapt to many kinds of systems.
 
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
 
@@ -1028,7 +1028,7 @@ fi
 
 
 if test -n "$ac_init_help"; then
 if test -n "$ac_init_help"; then
   case $ac_init_help in
   case $ac_init_help in
-     short | recursive ) echo "Configuration of dirsrv 1.2.1:";;
+     short | recursive ) echo "Configuration of dirsrv 1.2.2:";;
    esac
    esac
   cat <<\_ACEOF
   cat <<\_ACEOF
 
 
@@ -1240,7 +1240,7 @@ fi
 test -n "$ac_init_help" && exit 0
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
 if $ac_init_version; then
   cat <<\_ACEOF
   cat <<\_ACEOF
-dirsrv configure 1.2.1
+dirsrv configure 1.2.2
 generated by GNU Autoconf 2.59
 generated by GNU Autoconf 2.59
 
 
 Copyright (C) 2003 Free Software Foundation, Inc.
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1254,7 +1254,7 @@ cat >&5 <<_ACEOF
 This file contains any messages produced by compilers while
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 running configure, to aid debugging if configure makes a mistake.
 
 
-It was created by dirsrv $as_me 1.2.1, which was
+It was created by dirsrv $as_me 1.2.2, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
 
   $ $0 $@
   $ $0 $@
@@ -1900,7 +1900,7 @@ fi
 
 
 # Define the identity of the package.
 # Define the identity of the package.
  PACKAGE='dirsrv'
  PACKAGE='dirsrv'
- VERSION='1.2.1'
+ VERSION='1.2.2'
 
 
 
 
 cat >>confdefs.h <<_ACEOF
 cat >>confdefs.h <<_ACEOF
@@ -27664,7 +27664,7 @@ _ASBOX
 } >&5
 } >&5
 cat >&5 <<_CSEOF
 cat >&5 <<_CSEOF
 
 
-This file was extended by dirsrv $as_me 1.2.1, which was
+This file was extended by dirsrv $as_me 1.2.2, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
 
   CONFIG_FILES    = $CONFIG_FILES
   CONFIG_FILES    = $CONFIG_FILES
@@ -27727,7 +27727,7 @@ _ACEOF
 
 
 cat >>$CONFIG_STATUS <<_ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
 ac_cs_version="\\
-dirsrv config.status 1.2.1
+dirsrv config.status 1.2.2
 configured by $0, generated by GNU Autoconf 2.59,
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
 

+ 1 - 1
configure.ac

@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.59)
 AC_PREREQ(2.59)
 # This version is the version returned by ns-slapd -v
 # This version is the version returned by ns-slapd -v
-AC_INIT([dirsrv], [1.2.1], [http://bugzilla.redhat.com/])
+AC_INIT([dirsrv], [1.2.2], [http://bugzilla.redhat.com/])
 # AC_CONFIG_HEADER must be called right after AC_INIT.
 # AC_CONFIG_HEADER must be called right after AC_INIT.
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([1.9 foreign subdir-objects])
 AM_INIT_AUTOMAKE([1.9 foreign subdir-objects])

+ 0 - 0
ltmain.sh