diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-04-30 15:45:50 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-04-30 15:46:05 +0200 |
| commit | 0b9b96385c828546265c529586e505cf3672ddf3 (patch) | |
| tree | b4285cb2f972598f7222086c46762674d9106f45 /configure.ac | |
| parent | 01b31d5e6aeed3477255ae201bb4876659d0980c (diff) | |
| download | arctica-greeter-0b9b96385c828546265c529586e505cf3672ddf3.tar.gz arctica-greeter-0b9b96385c828546265c529586e505cf3672ddf3.tar.bz2 arctica-greeter-0b9b96385c828546265c529586e505cf3672ddf3.zip | |
Release 0.99.9.00.99.9.0
- Allow error label to be displayed below the login entry.
- Fix and future-proof the menubar.
- src/menubar.vala: Also apply menubar-bgcolor to menubar's shadow
style.
- src/menubar.vala: Set LC_NUMERIC to C.UTF-8 more globally.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6636079..b76673f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(arctica-greeter, 0.99.8.11) +AC_INIT(arctica-greeter, 0.99.9.0) AC_CONFIG_MACRO_DIR(m4) AM_INIT_AUTOMAKE(subdir-objects) AM_PROG_CC_C_O |
