Skip to content

Commit 7822c38

Browse files
authored
Merge pull request #107 from oVirt/v0.1.2-2
Bump 0.1.2-2 release
2 parents 3184688 + 07aecb7 commit 7822c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ define([VERSION_MAJOR], [0])
2020
define([VERSION_MINOR], [1])
2121
define([VERSION_FIX], [2])
2222
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
23-
define([VERSION_RELEASE], [1])
23+
define([VERSION_RELEASE], [2])
2424

2525
AC_INIT([ovirt-web-ui], VERSION_NUMBER, [[email protected]])
2626
PACKAGE_RPM_VERSION="VERSION_NUMBER"

0 commit comments

Comments
 (0)