-pre2's tagged and shipped, this is -pre3.
authorphampson <phampson>
Thu, 17 Jun 2004 23:57:48 +0000 (23:57 +0000)
committerphampson <phampson>
Thu, 17 Jun 2004 23:57:48 +0000 (23:57 +0000)
configure.in
debian/changelog
debian/rules

index 10fc757..b1ba016 100644 (file)
@@ -26,7 +26,7 @@ AC_REVISION($Revision$)dnl
 
 dnl # The version of the software
 RADIUSD_MAJOR_VERSION=1
-RADIUSD_MINOR_VERSION=0.0-pre2
+RADIUSD_MINOR_VERSION=0.0-pre3
 RADIUSD_VERSION="${RADIUSD_MAJOR_VERSION}.${RADIUSD_MINOR_VERSION}"
 
 dnl #############################################################
index e66a3ee..40ba9ff 100644 (file)
@@ -1,4 +1,4 @@
-freeradius (0.9.3-pre-1.0.0-pre2-0) unstable; urgency=low
+freeradius (0.9.3-pre-1.0.0-pre3-0) unstable; urgency=low
 
   * New upstream release
   * Added H323 billing stuff to the examples
index 72c123b..b2f1d84 100755 (executable)
@@ -81,7 +81,7 @@ binary-arch: stamp-build
        test ! -d $(freeradius_dir)/var/log/radius/radacct || rmdir $(freeradius_dir)/var/log/radius/radacct
        test ! -d $(freeradius_dir)/var/log/radius || rmdir $(freeradius_dir)/var/log/radius
 #      Yuck! the makefile in doc/ does this.
-       rm -rf $(freeradius_dir)/usr/share/doc/freeradius-1.0.0-pre2
+       rm -rf $(freeradius_dir)/usr/share/doc/freeradius-1.0.0-pre3
 
        # split out inconvenient/controversal modules to other places
        for modname in krb5 ldap mysql postgresql iodbc; do \