summaryrefslogtreecommitdiff
path: root/LedgerSMB/Location.pm
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-09 00:24:09 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-09 00:24:09 +0000
commit2994f499bc287114d6ad004e5335c4c5c9d337d9 (patch)
tree23e95224b7b0d23f4d8afc75cecdc5608c3257df /LedgerSMB/Location.pm
parentaf55cc406515c7ead82fd53d7800351a53e9dc93 (diff)
Added version numbers to new modules
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@868 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/Location.pm')
-rw-r--r--LedgerSMB/Location.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/LedgerSMB/Location.pm b/LedgerSMB/Location.pm
index c58dbab0..3c7eda52 100644
--- a/LedgerSMB/Location.pm
+++ b/LedgerSMB/Location.pm
@@ -32,6 +32,8 @@ your software.
package LedgerSMB::Location;
use LedgerSMB;
use LedgerSMB::DBObject;
+our $VERSION = '1.0.0';
+
@ISA = (LedgerSMB::DBObject);
sub AUTOLOAD {