1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

inc version number

This commit is contained in:
Ralph Metzler 2015-08-31 20:45:25 +02:00
parent f2b6dbabd7
commit 151770c0d8

View File

@ -371,7 +371,6 @@ struct ddb_lnb {
u32 voltage[4];
u32 voltages;
u32 fmode;
u32 setmode;
};
struct ddb_link {
@ -706,6 +705,6 @@ void ddbridge_mod_rate_handler(unsigned long data);
int ddbridge_flashread(struct ddb *dev, u32 link, u8 *buf, u32 addr, u32 len);
#define DDBRIDGE_VERSION "0.9.19"
#define DDBRIDGE_VERSION "0.9.20"
#endif