Skip to content

Commit 1e5665f

Browse files
committed
updates version and copyright string
1 parent 449f42c commit 1e5665f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/const.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#define __const_h
1717

1818
// version number (string)
19-
#define ADDA_VERSION "1.5.0-alpha2"
19+
#define ADDA_VERSION "1.5.0-alpha3"
2020

2121
/* ADDA uses certain C99 extensions, which are widely supported by GNU and Intel compilers. However, they may be not
2222
* completely supported by e.g. Microsoft Visual Studio compiler. Therefore, we check the version of the standard here

src/param.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ PARSE_FUNC(test)
16701670
}
16711671
PARSE_FUNC(V)
16721672
{
1673-
char copyright[]="\n\nCopyright (C) 2006-2024 ADDA contributors\n"
1673+
char copyright[]="\n\nCopyright (C) 2006-2025 ADDA contributors\n"
16741674
"This program is free software; you can redistribute it and/or modify it under the terms of the GNU General "
16751675
"Public License as published by the Free Software Foundation; either version 3 of the License, or (at your "
16761676
"option) any later version.\n\n"

0 commit comments

Comments
 (0)