Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
Since we're gonna separate out oci-umount into its own independent
package, we need to make sure that rpm updates are smooth without
requiring an Epoch bump.

Currently, oci-umount is a subpackage of docker and its epoch:version
string can be anywhere from 2:1.12.6 on RHEL to 2:1.13.1 on Fedora.

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
  • Loading branch information
lsm5 committed Aug 11, 2017
1 parent 8377044 commit 7ecfd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([OCI Umount], 0.1.10)
AC_INIT([OCI Umount], 2.0.0)
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign -Wall -Werror subdir-objects])
Expand Down

0 comments on commit 7ecfd8b

Please sign in to comment.