diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2016-07-02 05:30:27 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2016-07-02 05:30:27 +0000 |
commit | a7390ff330936e2bf4e492d86a6f5e288ff8a008 (patch) | |
tree | 9332aa529aabd8aca0bd3d071b400756586b996c /configure.ac | |
parent | 302133f1d4a519b98134674e4d3086c0f77a07eb (diff) | |
download | src-a7390ff330936e2bf4e492d86a6f5e288ff8a008.tar.gz src-a7390ff330936e2bf4e492d86a6f5e288ff8a008.zip |
Update libxo to 0.6.3vendor/Juniper/libxo/0.6.3
Obtained from: https://github.com/Juniper/libxo/tree/0.6.3
Sponsored by: EMC / Isilon Storage Division
Notes
Notes:
svn path=/vendor/Juniper/libxo/dist/; revision=302314
svn path=/vendor/Juniper/libxo/0.6.3/; revision=302315; tag=vendor/Juniper/libxo/0.6.3
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0ff0a6477a22..b47dedb0758f 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ # AC_PREREQ(2.2) -AC_INIT([libxo], [0.6.2], [phil@juniper.net]) +AC_INIT([libxo], [0.6.3], [phil@juniper.net]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) # Support silent build rules. Requires at least automake-1.11. |