-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alexander Wenzel <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,11 +23,11 @@ | |
/* changing minor & major when layout of settings file config.ini changes */ | ||
/* this kind of change is tracked in the settings dialogr */ | ||
/* for other bugfixes and not major feature enhancement just use patch level */ | ||
#define PACKAGE_VERSION_STATE "testversion" | ||
#define PACKAGE_VERSION_STATE "release" | ||
#define PACKAGE_MAJOR_VERSION "2" | ||
#define PACKAGE_MINOR_VERSION "21" | ||
#define PACKAGE_PATCH_LEVEL "0" | ||
#define PACKAGE_VERSION "2.21.0" | ||
#define PACKAGE_PATCH_LEVEL "1" | ||
#define PACKAGE_VERSION "2.21.1" | ||
#define PACKAGE_REVISION "" | ||
#define DLT_SUPPORT_MAIL_ADDRESS "[email protected]" | ||
#define DLT_SUPPORT_NAME "GENIVI" | ||
|