Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairking committed Mar 26, 2019
1 parent 3dbc289 commit 83805b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@

AC_PREREQ([2.68])

AC_INIT([libtimeseries], [0.2.0], [[email protected]])
AC_INIT([libtimeseries], [1.0.0], [[email protected]])
AM_INIT_AUTOMAKE([foreign])

LIBTIMESERIES_MAJOR_VERSION=0
LIBTIMESERIES_MID_VERSION=2
LIBTIMESERIES_MAJOR_VERSION=1
LIBTIMESERIES_MID_VERSION=0
LIBTIMESERIES_MINOR_VERSION=0

# since libtimeseries is only a library, the version numbers are only used to
Expand Down

0 comments on commit 83805b2

Please sign in to comment.