Skip to content

Commit

Permalink
version bump for 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jan 12, 2022
1 parent abe31a9 commit 0af65f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Process this file with autoconf to produce a configure script.

AC_INIT([meep],[m4_esyscmd(./version.sh 1.22.0-beta)])
AC_INIT([meep],[m4_esyscmd(./version.sh 1.22.0)])
AC_CONFIG_SRCDIR(src/step.cpp)

# Shared-library version number; indicates api compatibility, and is
# not the same as the "public" version number. (Don't worry about this
# except for public releases.) Note that any change to a C++ class
# definition (in the .hpp file) generally breaks binary compatibility.
SHARED_VERSION_INFO="26:0:0" # CURRENT:REVISION:AGE
SHARED_VERSION_INFO="27:0:0" # CURRENT:REVISION:AGE

AM_INIT_AUTOMAKE([foreign color-tests parallel-tests silent-rules 1.11])
AM_SILENT_RULES(yes)
Expand Down

0 comments on commit 0af65f6

Please sign in to comment.