aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--USER/USER.pm2
-rw-r--r--userdrake.spec4
2 files changed, 3 insertions, 3 deletions
diff --git a/USER/USER.pm b/USER/USER.pm
index 3ea04ff..c48c546 100644
--- a/USER/USER.pm
+++ b/USER/USER.pm
@@ -5,7 +5,7 @@ require DynaLoader;
require Exporter;
our @ISA = qw(Exporter DynaLoader);
-our $VERSION = '0.91';
+our $VERSION = '0.92';
USER->bootstrap($VERSION);
diff --git a/userdrake.spec b/userdrake.spec
index 73136d2..4510111 100644
--- a/userdrake.spec
+++ b/userdrake.spec
@@ -1,7 +1,7 @@
# Changed by Makefile of cvs.
# Please change this file only in cvs!
-%define version 0.91
+%define version 0.92
%define name userdrake
Summary: A graphical interface for administering users and groups
@@ -82,7 +82,7 @@ rm -rf %{buildroot}
%{_liconsdir}/*.png
%changelog
-* Mon Jun 23 2003 Daouda LO <daouda@mandrakesoft.com> 0.91-1mdk
+* Mon Jun 23 2003 Daouda LO <daouda@mandrakesoft.com> 0.92-1mdk
- Rewriting of userdrake with many features (Check RELEASE_NOTES files)
- perl-Gtk2 port.
- Use of libuser facility through xs.