-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* The smooth Class Library | ||
* Copyright (C) 1998-2020 Robert Kausch <[email protected]> | ||
* Copyright (C) 1998-2021 Robert Kausch <[email protected]> | ||
* | ||
* This library is free software; you can redistribute it and/or | ||
* modify it under the terms of "The Artistic License, Version 2.0". | ||
|
@@ -15,10 +15,10 @@ | |
#define SMOOTH_APIVERSION "0.9.0" | ||
|
||
#ifdef SMOOTH_DLL | ||
# define SMOOTH_RESVERS 0,9,7,5505 | ||
# define SMOOTH_RESPROD 0,9,7,5505 | ||
# define SMOOTH_RESVERS 0,9,7,5523 | ||
# define SMOOTH_RESPROD 0,9,7,5523 | ||
# define SMOOTH_PRODUCT "0.9\0" | ||
# define SMOOTH_FILEVER "0.9.7.5505\0" | ||
# define SMOOTH_FILEVER "0.9.7.5523\0" | ||
#endif | ||
|
||
#endif |