Skip to content

Commit

Permalink
change version to 1.0
Browse files Browse the repository at this point in the history
Summary: Let's go!

Reviewed By: ngorogiannis

Differential Revision: D21998485

fbshipit-source-id: c213bf255
  • Loading branch information
jvillard authored and facebook-github-bot committed Jun 12, 2020
1 parent 525bd35 commit 7df439c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ AC_PREREQ([2.63])
# - the values below
# - opam
AC_INIT([Infer],
[0.17.0],
[1.0.0],
[https://github.com/facebook/infer/issues/])

AC_CONFIG_SRCDIR([infer/src/istd/IStd.ml])

# WARNING: keep in sync with above
INFER_MAJOR=0
INFER_MINOR=17
INFER_MAJOR=1
INFER_MINOR=0
INFER_PATCH=0

AC_SUBST([INFER_MAJOR])
Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "infer"
version: "0.17.0"
version: "1.0.0"
synopsis: "A static analyzer for Java, C, C++, and Objective-C"
maintainer: "the infer team"
authors: "Facebook"
Expand Down

0 comments on commit 7df439c

Please sign in to comment.