Skip to content

Commit ceda63f

Browse files
authored
Update configure.in
1 parent 604dd78 commit ceda63f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.59)
5-
AC_INIT(picasso, 2.2, onecoolx@gmail.com)
5+
AC_INIT(picasso, 2.3, onecoolx@gmail.com)
66

77
VERSION_MAJOR=2
8-
VERSION_MINOR=2
8+
VERSION_MINOR=3
99
VERSION_MICRO=0
1010
VERSION=$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO
1111
AC_SUBST(VERSION_MAJOR)

0 commit comments

Comments
 (0)