Skip to content

Commit

Permalink
Version updated to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aidin36 committed Dec 19, 2014
1 parent afe70bb commit adf2440
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions cli/docs/source/conf.py
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '0.4'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '0.4.0'
release = '1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion cli/src/configure.ac
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([tocc-cli], [0.4.0], [aidin@t-o-c-c.com], [Official CLI of tocc], [http://t-o-c-c.com])
AC_INIT([tocc-cli], [1.0.0], [aidin@t-o-c-c.com], [Official CLI of tocc], [http://t-o-c-c.com])
AC_CONFIG_SRCDIR([main.cpp])
#AC_CONFIG_HEADERS([config.h])

Expand Down
4 changes: 2 additions & 2 deletions libtocc/docs/source/conf.py
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '0.4'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '0.4.0'
release = '1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion libtocc/src/Makefile.am
Expand Up @@ -4,7 +4,7 @@
lib_LTLIBRARIES = libtocc.la
# Refer to this chapter of Libtool Manual for understanding versioning rules:
# http://www.gnu.org/software/libtool/manual/html_node/Versioning.html
libtocc_la_LDFLAGS = -version-info 0:0:0
libtocc_la_LDFLAGS = -version-info 1:1:0
libtocc_la_SOURCES = libtocc/check_exists.cpp libtocc/common/database_exceptions.cpp libtocc/common/expr_exceptions.cpp libtocc/common/base_exception.cpp libtocc/common/file_system_exceptions.cpp libtocc/common/int_file_info.cpp libtocc/utilities/file_info_converter.cpp libtocc/utilities/file_utils.cpp libtocc/database/base23.cpp libtocc/database/funcs.cpp libtocc/database/database.cpp libtocc/exprs/compiled_expr.cpp libtocc/exprs/compiler.cpp libtocc/exprs/connectives.cpp libtocc/exprs/fields.cpp libtocc/exprs/functions.cpp libtocc/exprs/operations.cpp libtocc/exprs/query.cpp libtocc/file_system/file_manager.cpp libtocc/engine/files_engine.cpp libtocc/engine/tags_engine.cpp libtocc/front_end/file_info.cpp libtocc/front_end/tag_statistics.cpp libtocc/front_end/manager.cpp

# Installing headers
Expand Down
2 changes: 1 addition & 1 deletion libtocc/src/configure.ac
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([libtocc], [0.4.0], [aidin@t-o-c-c.com], [libtocc], [http://t-o-c-c.com])
AC_INIT([libtocc], [1.0.0], [aidin@t-o-c-c.com], [libtocc], [http://t-o-c-c.com])
AC_CONFIG_SRCDIR([libtocc/front_end/manager.h])
#AC_CONFIG_HEADERS([config.h])

Expand Down
4 changes: 2 additions & 2 deletions toccfs/docs/source/conf.py
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '0.4'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '0.4.0'
release = '1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion toccfs/src/configure.ac
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([tocc-fs], [0.3.0], [aidin@t-o-c-c.com], [File System Interface for Tocc], [http://t-o-c-c.com])
AC_INIT([tocc-fs], [1.0.0], [aidin@t-o-c-c.com], [File System Interface for Tocc], [http://t-o-c-c.com])
AC_CONFIG_SRCDIR([main.cpp])

# Initializing Automake.
Expand Down

0 comments on commit adf2440

Please sign in to comment.