Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
nsimakov committed Jun 23, 2016
1 parent c583dfc commit c454826
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.59])
AC_INIT(titan2d, 3.99.7)
AC_INIT(titan2d, 4.0.0)
AM_INIT_AUTOMAKE

## Check is portable package is made
Expand Down
6 changes: 3 additions & 3 deletions src/header/titan2d.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
#ifndef TITAN2D
#define TITAN2D

#define TITAN2D_VERSION_MAJOR 3
#define TITAN2D_VERSION_MINOR 99
#define TITAN2D_VERSION_REVISION 7
#define TITAN2D_VERSION_MAJOR 4
#define TITAN2D_VERSION_MINOR 0
#define TITAN2D_VERSION_REVISION 0

extern int threads_number;

Expand Down

0 comments on commit c454826

Please sign in to comment.