From d170b1653a5604746344f5ae284b60ce180e363d Mon Sep 17 00:00:00 2001 From: Daniel Colascione Date: Mon, 22 Dec 2014 12:09:51 -0800 Subject: [PATCH] Let's go with three-part versions --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 611e6e5..9f6e028 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl additional grant of patent rights can be found in the PATENTS file dnl in the same directory. dnl -AC_INIT([fb-adb], [1.2], [dancol@fb.com]) +AC_INIT([fb-adb], [1.2.0], [dancol@fb.com]) if test "$srcdir" = "."; then dnl We configure this directory multiple times, once for each stub dnl architecture, but we can only do that if we're out of tree for