Subversion Repositories SvarDOS

Rev

Rev 1661 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1661 Rev 1905
Line 2... Line 2...
2
 * MDR version
2
 * MDR version
3
 *
3
 *
4
 * This file is part of the Mateusz' DOS Routines (MDR): http://mdr.osdn.io
4
 * This file is part of the Mateusz' DOS Routines (MDR): http://mdr.osdn.io
5
 * Published under the terms of the MIT License, as stated below.
5
 * Published under the terms of the MIT License, as stated below.
6
 *
6
 *
7
 * Copyright (C) 2014-2023 Mateusz Viste
7
 * Copyright (C) 2014-2024 Mateusz Viste
8
 *
8
 *
9
 * Permission is hereby granted, free of charge, to any person obtaining a copy
9
 * Permission is hereby granted, free of charge, to any person obtaining a copy
10
 * of this software and associated documentation files (the "Software"), to
10
 * of this software and associated documentation files (the "Software"), to
11
 * deal in the Software without restriction, including without limitation the
11
 * deal in the Software without restriction, including without limitation the
12
 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
12
 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
Line 25... Line 25...
25
 * IN THE SOFTWARE.
25
 * IN THE SOFTWARE.
26
 */
26
 */
27
 
27
 
28
#ifndef MDR_VER_H
28
#ifndef MDR_VER_H
29
 
29
 
30
#define MDR_VER_MAJOR 2023
30
#define MDR_VER_MAJOR 2024
31
#define MDR_VER_MINOR 0
31
#define MDR_VER_MINOR 0
32
 
32
 
33
#endif
33
#endif