diff --git a/configure.ac b/configure.ac index 454e643a92..6502dcec06 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(spl, 0.0.1) +AM_INIT_AUTOMAKE(spl, 0.2.0) AC_CONFIG_HEADERS([config.h]) AC_PROG_INSTALL diff --git a/scripts/spl.spec b/scripts/spl.spec index 1ce524865f..80d6a170c4 100644 --- a/scripts/spl.spec +++ b/scripts/spl.spec @@ -1,6 +1,6 @@ # spl %define name spl -%define version 0.0.1 +%define version 0.2.0 Summary: Solaris Porting Layer Name: %{name}