mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Change software version from hardcoded value to getting it from the configuration.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@269 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -52,7 +52,8 @@
|
||||
#include "term.h"
|
||||
|
||||
|
||||
char * version = "3.1.0";
|
||||
/* Get VERSION from ac_cfg.h */
|
||||
char * version = VERSION;
|
||||
|
||||
int verbose; /* verbose output */
|
||||
char * progname;
|
||||
|
Reference in New Issue
Block a user