Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzmazur committed Mar 11, 2016
1 parent 05c07d6 commit 6c5409e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ endif ()

set (YACAS_VERSION_MAJOR 1)
set (YACAS_VERSION_MINOR 4)
set (YACAS_VERSION_MICRO 1)
set (YACAS_VERSION_MICRO 2)

set (YACAS_VERSION ${YACAS_VERSION_MAJOR}.${YACAS_VERSION_MINOR}.${YACAS_VERSION_MICRO})

Expand Down
2 changes: 1 addition & 1 deletion JavaYacas/net/sf/yacas/CVersion.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package net.sf.yacas;

class CVersion {
static String VERSION = "1.4.1";
static String VERSION = "1.4.2";
}
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<description>
JavaYacas build file
</description>
<property name="version" value="1.4.1" />
<property name="version" value="1.4.2" />
<property name="main" value="net.sf.yacas.YacasConsole" />
<property name="src" location="JavaYacas" />
<property name="scripts" location="scripts" />
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(yacas, 1.4.1, yacas@googlegroups.com, , http://www.yacas.org/)
AC_INIT(yacas, 1.4.2, yacas@googlegroups.com, , http://www.yacas.org/)

AC_CONFIG_SRCDIR(src/yacasmain.cpp)

Expand Down
2 changes: 1 addition & 1 deletion new_docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.4.1'
release = '1.4.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 6c5409e

Please sign in to comment.