Skip to content

Commit

Permalink
Ready for the next release: New version and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidin36 committed Jan 2, 2015
1 parent 572e15e commit 4a43ba6
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,4 +1,8 @@

v1.0.1
* Bug fixed: Two process couldn't use libtocc::Manager at the same time.
* Documentations improved.

v1.0.0
* API of libtocc's expressions cleaned up.
* Not and WildCard added to expressions.
Expand Down
2 changes: 1 addition & 1 deletion cli/docs/source/conf.py
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.0.1'

# 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], [1.0.0], [aidin@t-o-c-c.com], [Official CLI of tocc], [http://t-o-c-c.com])
AC_INIT([tocc-cli], [1.0.1], [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 docs/source/conf.py
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '0.3.0'
release = '1.0.1'

# 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/docs/source/conf.py
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.0.1'

# 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/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], [1.0.0], [aidin@t-o-c-c.com], [libtocc], [http://t-o-c-c.com])
AC_INIT([libtocc], [1.0.1], [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
2 changes: 1 addition & 1 deletion libtocc/tests/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-tests], [0.4.0], [aidin@t-o-c-c.com], [Tests of libtocc], [http://t-o-c-c.com])
AC_INIT([libtocc-tests], [1.0.1], [aidin@t-o-c-c.com], [Tests of libtocc], [http://t-o-c-c.com])
AC_CONFIG_SRCDIR([main.cpp])
#AC_CONFIG_HEADERS([config.h])

Expand Down
2 changes: 1 addition & 1 deletion toccfs/docs/source/conf.py
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.0.1'

# 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], [1.0.0], [aidin@t-o-c-c.com], [File System Interface for Tocc], [http://t-o-c-c.com])
AC_INIT([tocc-fs], [1.0.1], [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 4a43ba6

Please sign in to comment.