Skip to content

Commit

Permalink
Bump version to 2019.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jahofmann committed Jun 12, 2019
1 parent 249fd32 commit 9d65318
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ project(tapasco VERSION 1.0 LANGUAGES C CXX)
SET(CPACK_GENERATOR "RPM" "DEB" "TGZ" "ZIP" "STGZ" "TBZ2")
SET(CPACK_PACKAGE_CONTACT "[email protected]")

SET(CPACK_PACKAGE_VERSION_MAJOR 2018)
SET(CPACK_PACKAGE_VERSION_MINOR 2)
SET(CPACK_PACKAGE_VERSION_PATCH 1)
SET(CPACK_PACKAGE_VERSION_MAJOR 2019)
SET(CPACK_PACKAGE_VERSION_MINOR 6)
SET(CPACK_PACKAGE_VERSION_PATCH 0)

INCLUDE(CPack)

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val tapascoVersion = "2018.2"
val tapascoVersion = "2019.6"

organization := "de.tu_darmstadt.esa.cs"

Expand Down
2 changes: 1 addition & 1 deletion common/common.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ namespace eval tapasco {

# Returns the Tapasco version.
proc get_tapasco_version {} {
return "2018.2"
return "2019.6"
}

# Returns the interface pin groups for all AXI MM interfaces on cell.
Expand Down

0 comments on commit 9d65318

Please sign in to comment.