8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 08:03:04 +01:00

Correction.

This commit is contained in:
asfernandes 2011-05-21 18:55:14 +00:00
parent 698723211c
commit a4a71bbea5

View File

@ -103,7 +103,7 @@ public:
virtual IAttachment* registerAttachment(IProvider* provider, IAttachment* attachment) = 0;
virtual ITransaction* registerTransaction(IAttachment* attachment, ITransaction* transaction) = 0;
};
#define FB_MASTER_VERSION (FB_VERSIONED_VERSION + 6)
#define FB_MASTER_VERSION (FB_VERSIONED_VERSION + 9)
} // namespace Firebird