Prepared 0.4.5 release

This commit is contained in:
Simone Rota 2006-07-13 05:02:00 +02:00
parent a48becbe22
commit e8bf5a920e
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
ChangeLog for pkg-get
0.4.5 - Added --all switch for diff command (also lists
locked packages)
0.4.4 - Fixed: pkg-repgen produces well-formed entries for
packages not available in the port tree
- Added root option for install / update command

View File

@ -1,5 +1,5 @@
NAME=pkg-get
VERSION="0.4.4"
VERSION="0.4.5"
PREFIX=/usr
CFGDIR=/etc

View File

@ -12,7 +12,7 @@ use warnings;
use strict;
use Getopt::Long;
my $VERSION = "0.4.4";
my $VERSION = "0.4.5";
my $CFGFILE = "/etc/pkg-get.conf";
my $LOCKFILE = "/var/lib/pkg/pkg-get.locker";
my $PKGDB = "/var/lib/pkg/db" ;