Skip to content

Commit

Permalink
Update version to 3.3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Collins committed Apr 8, 2021
1 parent c17bfac commit 3850b85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(mod_dims, 3.3.24, [jeremy.collins@beetlebug.org])
AC_INIT(mod_dims, 3.3.25, [jeremy.collins@beetlebug.org])
AM_INIT_AUTOMAKE([no-define])
AC_CONFIG_SRCDIR([src/mod_dims.c])

Expand Down
2 changes: 1 addition & 1 deletion src/mod_dims.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/

#define MODULE_RELEASE "$Revision: $"
#define MODULE_VERSION "3.3.24"
#define MODULE_VERSION "3.3.25"

#include "mod_dims.h"
#include "util_md5.h"
Expand Down

0 comments on commit 3850b85

Please sign in to comment.