Skip to content

Commit e600a5f

Browse files
committed
Fixed typo in configure.ac.
1 parent e4ce574 commit e600a5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/base/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#define OFFICIAL_VERSION_STRING "3.7.1"
4646
#define OFFICIAL_VERSION_NUMBER 371
4747

48-
#define POV_RAY_PRERELEASE "alpha.8772877"
48+
#define POV_RAY_PRERELEASE "alpha.8772883"
4949

5050
#if (POV_RAY_IS_AUTOBUILD == 1) && ((POV_RAY_IS_OFFICIAL == 1) || (POV_RAY_IS_SEMI_OFFICIAL == 1))
5151
#ifdef POV_RAY_PRERELEASE

unix/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.1-alpha.8772877
1+
3.7.1-alpha.8772883

unix/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ AC_CHECK_TYPES([clockid_t])
653653

654654
# getrusage and related <sys/resource.h>
655655
AC_CHECK_FUNCS([getrusage])
656-
AC_CHECK_DECLS([RUSAGE_SELF, RUSAGE_THREAD, RUSAGE_LWP]
656+
AC_CHECK_DECLS([RUSAGE_SELF, RUSAGE_THREAD, RUSAGE_LWP],
657657
[], [], [[#include <sys/resource.h>]]
658658
)
659659

0 commit comments

Comments
 (0)