diff options
| author | 2001-05-14 01:05:58 +0000 | |
|---|---|---|
| committer | 2001-05-14 01:05:58 +0000 | |
| commit | e02dee488a2c3c3ea8374e7bd49e59176eab32dd (patch) | |
| tree | aacc99ac9584e29b2477db7acc3f5e27d54803c3 /src/version.c | |
| parent | Fix macros so that they actually work. (diff) | |
Handle generation number is not automatically advanced with bus reset.
Function raw1394_update_generation() added for manual update.
Bus reset handler get current generation number as argument.
Default bus reset handler calls raw1394_update_generation().
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@60 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to '')
| -rw-r--r-- | src/version.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/version.c b/src/version.c index 2fb41b5..3cedd13 100644 --- a/src/version.c +++ b/src/version.c @@ -12,7 +12,8 @@ /* Variables to find version by linking (avoid need for test program) */ -char __libraw1394_version_0_8_99; +char __libraw1394_version_0_9; +char __libraw1394_version_0_9_0; /* This function is to be used by the autoconf macro to find the lib version */ const char *raw1394_get_libversion() |
