diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | scripts/spl.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index be8271b6b..b47ad7af5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(spl, 0.2.1) +AM_INIT_AUTOMAKE(spl, 0.2.2) AC_CONFIG_HEADERS([config.h]) AC_PROG_INSTALL diff --git a/scripts/spl.spec b/scripts/spl.spec index f4f1f8a8b..31ea18fc6 100644 --- a/scripts/spl.spec +++ b/scripts/spl.spec @@ -1,6 +1,6 @@ # spl %define name spl -%define version 0.2.1 +%define version 0.2.2 Summary: Solaris Porting Layer Name: %{name} |