Skip to content

Commit

Permalink
fourth build;trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
LADSoft committed Sep 18, 2023
1 parent e393835 commit d241041
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/copydir.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* email: [email protected] <David Lindauer>
*
*/

#include <windows.h>
#include <stdio.h>
int main(int argc, char **argv)
Expand Down
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define STRING_VERSION "6.72.3"
#define PRODUCT_VERSION 6,0,72,3
#define CLIB_VERSION 6,0,72,3
#define STRING_VERSION "6.72.4"
#define PRODUCT_VERSION 6,0,72,4
#define CLIB_VERSION 6,0,72,4
#define PRODUCT_STRING_VERSION STRING_VERSION
#define PRODUCT_NAME "Orange C Compiler Package"
#define CLIB_STRING_VERSION STRING_VERSION
Expand Down

0 comments on commit d241041

Please sign in to comment.