mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Release v0.1.3.
This commit is contained in:
parent
59e2a844f0
commit
fdb46f6cf2
|
@ -6,7 +6,7 @@ include(CTest)
|
|||
# versions in a synchronised way.
|
||||
set(PROJECT_VERSION_MAJOR "0")
|
||||
set(PROJECT_VERSION_MINOR "1")
|
||||
set(PROJECT_VERSION_PATCH "2")
|
||||
set(PROJECT_VERSION_PATCH "3")
|
||||
set(PROJECT_VERSION
|
||||
"${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.65])
|
||||
AC_INIT([tox], [0.1.2])
|
||||
AC_INIT([tox], [0.1.3])
|
||||
AC_CONFIG_AUX_DIR(configure_aux)
|
||||
AC_CONFIG_SRCDIR([toxcore/net_crypto.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
|
|
@ -179,7 +179,7 @@ const VERSION_MINOR = 1;
|
|||
* The patch or revision number. Incremented when bugfixes are applied without
|
||||
* changing any functionality or API or ABI.
|
||||
*/
|
||||
const VERSION_PATCH = 2;
|
||||
const VERSION_PATCH = 3;
|
||||
|
||||
/**
|
||||
* A macro to check at preprocessing time whether the client code is compatible
|
||||
|
|
|
@ -180,7 +180,7 @@ uint32_t tox_version_minor(void);
|
|||
* The patch or revision number. Incremented when bugfixes are applied without
|
||||
* changing any functionality or API or ABI.
|
||||
*/
|
||||
#define TOX_VERSION_PATCH 2
|
||||
#define TOX_VERSION_PATCH 3
|
||||
|
||||
uint32_t tox_version_patch(void);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user