Skip to content

Commit

Permalink
another fake version bump to test CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
millerpuckette committed Sep 9, 2024
1 parent ef94692 commit 6b0c01c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/m_pd.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extern "C" {
#define PD_MAJOR_VERSION 0
#define PD_MINOR_VERSION 55
#define PD_BUGFIX_VERSION 1
#define PD_TEST_VERSION "test1b"
#define PD_TEST_VERSION "test1c"

/* compile-time version check:
#if PD_VERSION_CODE < PD_VERSION(0, 56, 0)
Expand Down
2 changes: 1 addition & 1 deletion src/pd.rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BEGIN
VALUE "LegalCopyright", "Miller Puckette, et al."
VALUE "OriginalFilename", "pd.exe"
VALUE "ProductName", "Pure Data"
VALUE "ProductVersion", "0.55-1testb1"
VALUE "ProductVersion", "0.55-1test1c"
END
END

Expand Down

0 comments on commit 6b0c01c

Please sign in to comment.