Skip to content

Commit

Permalink
change configure.ac to use c++ version
Browse files Browse the repository at this point in the history
  • Loading branch information
deannagarcia committed May 10, 2022
1 parent 9a31dea commit 3cede25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AC_PREREQ(2.59)
# In the SVN trunk, the version should always be the next anticipated release
# version with the "-pre" suffix. (We used to use "-SNAPSHOT" but this pushed
# the size of one file name in the dist tarfile over the 99-char limit.)
AC_INIT([Protocol Buffers],[21.0-rc-1],[[email protected]],[protobuf])
AC_INIT([Protocol Buffers],[3.21.0-rc-1],[[email protected]],[protobuf])

AM_MAINTAINER_MODE([enable])

Expand Down

0 comments on commit 3cede25

Please sign in to comment.