Skip to content

Commit fee6c8e

Browse files
author
Nikos Mavrogiannopoulos
committed
bumped version for 1.2.2
1 parent cf8790b commit fee6c8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Version 1.2.2 (unreleased)
1+
* Version 1.2.2 (released 2015-08-21)
22
- Added versioned symbols
33

44

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99

10-
AC_INIT([radcli], [1.2.1], [[email protected]])
10+
AC_INIT([radcli], [1.2.2], [[email protected]])
1111

1212
AC_CONFIG_MACRO_DIR([m4])
1313
AC_CANONICAL_TARGET([])
@@ -21,7 +21,7 @@ AC_SUBST(NUMBER_VERSION, `printf "0x%02x%02x%02x" $MAJOR_VERSION $MINOR_VERSION
2121
# Interfaces changed/added/removed: CURRENT++ REVISION=0
2222
# Interfaces added: AGE++
2323
# Interfaces removed: AGE=0
24-
V_CURRENT=3
24+
V_CURRENT=4
2525
V_REVISION=1
2626
V_AGE=0
2727
LIBVERSION="$V_CURRENT:$V_REVISION:$V_AGE"

0 commit comments

Comments
 (0)