Skip to content

Commit

Permalink
bumped version to 1.9.3-pre1
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/mbr/svn/gpgdir_repos/gpgdir/trunk@326 958e171a-1414-0410-8e2f-9d295d3c0db0
  • Loading branch information
mrash committed Oct 14, 2008
1 parent 804f74c commit ce08a19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.2
1.9.3-pre1
4 changes: 2 additions & 2 deletions gpgdir
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# Author: Michael Rash (mbr@cipherdyne.com)
#
# Version: 1.9.2
# Version: 1.9.3-pre1
#
# Copyright (C) 2002-2008 Michael Rash (mbr@cipherdyne.org)
#
Expand Down Expand Up @@ -40,7 +40,7 @@ use Cwd;
use strict;

### set the current gpgdir version and file revision numbers
my $version = '1.9.2';
my $version = '1.9.3-pre1';
my $revision_svn = '$Revision$';
my $rev_num = '1';
($rev_num) = $revision_svn =~ m|\$Rev.*:\s+(\S+)|;
Expand Down
2 changes: 1 addition & 1 deletion test/gpgdir_test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# Author: Michael Rash (mbr@cipherdyne.org)
#
# Version: 1.9.2
# Version: 1.9.3-pre1
#
# Copyright (C) 2008 Michael Rash (mbr@cipherdyne.org)
#
Expand Down

0 comments on commit ce08a19

Please sign in to comment.