Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfmep committed Sep 12, 2021
1 parent a32dfdf commit dcaa03d
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], [1.0.2], [dan@ultramarin.se])
AC_INIT([libujson], [2.0.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 1.0.2
# Release 2.0.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:1
LIBRARY_VERSION=2:0:0
AC_SUBST([LIBRARY_VERSION])

#
Expand Down

0 comments on commit dcaa03d

Please sign in to comment.