mirror of
https://github.com/Motion-Project/motion.git
synced 2025-12-23 23:18:21 -05:00
Update version number
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
Initial release of version 0.0.1
|
||||
Summary of changes for version 0.1.1 are below
|
||||
* Fix picture parameters
|
||||
* Fix parsing for incorrect parameters
|
||||
Initial release of version 0.1.0
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
BASE_VERSION="0.1.0"
|
||||
BASE_VERSION="0.1.1"
|
||||
if [ -d .git ]; then
|
||||
if test "`git diff --name-only`" = "" ; then
|
||||
GIT_COMMIT="git-"
|
||||
|
||||
Reference in New Issue
Block a user