Skip to content

Commit

Permalink
Set version number to 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfmep committed Aug 4, 2022
1 parent a29448d commit 85692c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
AC_INIT([libujson], [2.0.0], [dan@ultramarin.se])
AC_INIT([libujson], [2.1.0], [dan@ultramarin.se])
AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 subdir-objects])

AC_PROG_CC
Expand All @@ -35,7 +35,7 @@ AC_CONFIG_MACRO_DIR([m4])
AM_SILENT_RULES([yes])

#
# Release 2.0.0
# Release 2.1.0
#
# Library interface version x:y:z
# | | |
Expand All @@ -47,7 +47,7 @@ AM_SILENT_RULES([yes])
#
# Library version (CURRENT:REVISION:AGE)
#
LIBRARY_VERSION=2:0:0
LIBRARY_VERSION=3:0:1
AC_SUBST([LIBRARY_VERSION])

#
Expand Down

0 comments on commit 85692c7

Please sign in to comment.