Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
version numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
oguyon committed Apr 18, 2020
1 parent 9a5d0ee commit f2df2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ set ( VERSION_MINOR 01 )
set ( VERSION_PATCH 00 )
set ( PROJECT_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
set ( PROJECT_DESCRIPTION "Modular Image processing tooLKit" )
set ( VERSION_OPTION "-dev" )
set ( VERSION_OPTION "-alpha" )

# turn VERBOSE ON
#set(CMAKE_VERBOSE_MAKEFILE ON)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ IMPORTANT NOTE: milk uses git submodules. Use `git clone --recursive` (see Downl
| branch | version | status | latest |
|------------------|-----------------------|-----------------------------|---------------|
**master** | [![latesttag](https://img.shields.io/github/tag/milk-org/milk-package.svg)](https://github.com/milk-org/milk-package/tree/master) | [![Build Status](https://travis-ci.org/milk-org/milk-package.svg?branch=master)](https://travis-ci.org/milk-org/milk-package) | ![lastcommit](https://img.shields.io/github/last-commit/milk-org/milk-package/master.svg)
[**dev**](https://github.com/milk-org/milk-package/tree/dev) | 1.02 | [![Build Status dev](https://travis-ci.org/milk-org/milk-package.svg?branch=dev)](https://travis-ci.org/milk-org/milk-package) | ![lastcommit](https://img.shields.io/github/last-commit/milk-org/milk-package/dev.svg)
[**dev**](https://github.com/milk-org/milk-package/tree/dev) | 1.01 | [![Build Status dev](https://travis-ci.org/milk-org/milk-package.svg?branch=dev)](https://travis-ci.org/milk-org/milk-package) | ![lastcommit](https://img.shields.io/github/last-commit/milk-org/milk-package/dev.svg)



Expand Down

0 comments on commit f2df2ba

Please sign in to comment.