Skip to content

Commit

Permalink
Set version 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Nov 15, 2023
1 parent 363c88a commit ec25769
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ endmacro ( ot_add_current_dir_to_include_dirs )

set ( CPACK_PACKAGE_NAME ${PACKAGE_NAME} )
set ( CPACK_PACKAGE_VERSION_MAJOR 0 )
set ( CPACK_PACKAGE_VERSION_MINOR 12 )
set ( CPACK_PACKAGE_VERSION_MINOR 13 )
set ( CPACK_PACKAGE_VERSION_PATCH )
set ( CPACK_SOURCE_GENERATOR "TGZ;TBZ2" )
set (CPACK_BINARY_STGZ OFF CACHE BOOL "STGZ")
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
= 0.13 release (2023-11-15)

* Simplify API
* Bump internal libsvm 3.24, allow for external dependency

= 0.12 release (2023-05-17)

* Maintenance release
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12
0.13
2 changes: 1 addition & 1 deletion distro/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
otsvm (0.12-0.1) experimental; urgency=low
otsvm (0.13-0.1) experimental; urgency=low

* Initial release.

Expand Down
2 changes: 1 addition & 1 deletion distro/rpm/otsvm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
-DBUILD_SHARED_LIBS:BOOL=ON

Name: otsvm
Version: 0.12
Version: 0.13
Release: 0%{?dist}
Summary: OpenTURNS module
Group: System Environment/Libraries
Expand Down

0 comments on commit ec25769

Please sign in to comment.