Update version to 1.2.2
This commit is contained in:
parent
0f9e0c23f9
commit
c92f3a7383
|
@ -4,6 +4,7 @@
|
|||
*.lo
|
||||
*.log
|
||||
*.trs
|
||||
*.pc
|
||||
sample
|
||||
Makefile
|
||||
.deps/
|
||||
|
|
|
@ -11,7 +11,7 @@ Pod::Spec.new do |s|
|
|||
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
|
||||
|
||||
s.name = "BiSON"
|
||||
s.version = "1.2.1"
|
||||
s.version = "1.2.2"
|
||||
s.summary = "A portable BSON C library"
|
||||
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ android {
|
|||
minSdkVersion 8
|
||||
targetSdkVersion 26
|
||||
versionCode 2
|
||||
versionName "1.2.1"
|
||||
versionName "1.2.2"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
ndk{
|
||||
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
|
||||
|
|
|
@ -66,7 +66,7 @@ There is a jCenter artifact for Android. Add the following to your `build.gradle
|
|||
|
||||
```
|
||||
dependencies {
|
||||
compile ('com.smartdevicelink:bson_java_port:1.2.1')
|
||||
compile ('com.smartdevicelink:bson_java_port:1.2.2')
|
||||
}
|
||||
```
|
||||
|
||||
|
|
6
config.h
6
config.h
|
@ -69,7 +69,7 @@
|
|||
#define PACKAGE_NAME "bson_c_lib"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "bson_c_lib 1.2.1"
|
||||
#define PACKAGE_STRING "bson_c_lib 1.2.2"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "bson_c_lib"
|
||||
|
@ -78,13 +78,13 @@
|
|||
#define PACKAGE_URL ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.2.1"
|
||||
#define PACKAGE_VERSION "1.2.2"
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.2.1"
|
||||
#define VERSION "1.2.2"
|
||||
|
||||
/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
|
||||
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for bson_c_lib 1.2.1.
|
||||
# Generated by GNU Autoconf 2.69 for bson_c_lib 1.2.2.
|
||||
#
|
||||
# Report bugs to <jacob@livio.io>.
|
||||
#
|
||||
|
@ -590,8 +590,8 @@ MAKEFLAGS=
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='bson_c_lib'
|
||||
PACKAGE_TARNAME='bson_c_lib'
|
||||
PACKAGE_VERSION='1.2.1'
|
||||
PACKAGE_STRING='bson_c_lib 1.2.1'
|
||||
PACKAGE_VERSION='1.2.2'
|
||||
PACKAGE_STRING='bson_c_lib 1.2.2'
|
||||
PACKAGE_BUGREPORT='jacob@livio.io'
|
||||
PACKAGE_URL=''
|
||||
|
||||
|
@ -1353,7 +1353,7 @@ if test "$ac_init_help" = "long"; then
|
|||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures bson_c_lib 1.2.1 to adapt to many kinds of systems.
|
||||
\`configure' configures bson_c_lib 1.2.2 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -1424,7 +1424,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of bson_c_lib 1.2.1:";;
|
||||
short | recursive ) echo "Configuration of bson_c_lib 1.2.2:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1546,7 +1546,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
bson_c_lib configure 1.2.1
|
||||
bson_c_lib configure 1.2.2
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
|
@ -2099,7 +2099,7 @@ cat >config.log <<_ACEOF
|
|||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by bson_c_lib $as_me 1.2.1, which was
|
||||
It was created by bson_c_lib $as_me 1.2.2, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -2962,7 +2962,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='bson_c_lib'
|
||||
VERSION='1.2.1'
|
||||
VERSION='1.2.2'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -12715,7 +12715,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by bson_c_lib $as_me 1.2.1, which was
|
||||
This file was extended by bson_c_lib $as_me 1.2.2, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -12781,7 +12781,7 @@ _ACEOF
|
|||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
bson_c_lib config.status 1.2.1
|
||||
bson_c_lib config.status 1.2.2
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
@ -16810,7 +16810,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by bson_c_lib $as_me 1.2.1, which was
|
||||
This file was extended by bson_c_lib $as_me 1.2.2, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -16876,7 +16876,7 @@ _ACEOF
|
|||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
bson_c_lib config.status 1.2.1
|
||||
bson_c_lib config.status 1.2.2
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT(bson_c_lib, 1.2.1, jacob@livio.io)
|
||||
AC_INIT(bson_c_lib, 1.2.2, jacob@livio.io)
|
||||
AM_INIT_AUTOMAKE([subdir-objects foreign -Wall])
|
||||
AC_CONFIG_MACRO_DIRS([m4])
|
||||
LT_INIT
|
||||
|
|
Loading…
Reference in New Issue