Skip to content

Commit

Permalink
fix build problem; trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
LADSoft committed Sep 17, 2023
1 parent df4fe03 commit e393835
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for:
draft: false
prerelease: false
on:
branch: /v\d*\.\d*\.\d*\.\d*/
branch: /v\d*\.\d*\.\d*/
APPVEYOR_REPO_TAG: true
-
matrix:
Expand Down
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.2"
#define PRODUCT_VERSION 6,0,72,2
#define CLIB_VERSION 6,0,72,2
#define STRING_VERSION "6.72.3"
#define PRODUCT_VERSION 6,0,72,3
#define CLIB_VERSION 6,0,72,3
#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 e393835

Please sign in to comment.