Skip to content

Commit

Permalink
changed version string
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Cheblakov authored and Pavel Cheblakov committed Sep 16, 2010
1 parent f1a33ed commit 1e27093
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lsi6_main.c
Expand Up @@ -35,12 +35,13 @@ extern void kfree(const void *);
#endif

#define DRV_NAME "lsi6"
#define DRV_VERSION "version 1.05"
#define DRV_RELDATE "May 2008"
#define DRV_VERSION "1.06"
#define DRV_RELDATE "16 Sep. 2010"
#define DRV_AUTHOR "V.Mamkin, P.Cheblakov"

MODULE_AUTHOR(DRV_AUTHOR);
MODULE_DESCRIPTION("lsi6 - line serial interface for CAMAC");
MODULE_VERSION(DRV_VERSION ", " DRV_RELDATE);
MODULE_LICENSE("GPL");

static const char version[] =
Expand Down

0 comments on commit 1e27093

Please sign in to comment.